MCPcopy Create free account
hub / github.com/KDAB/codebrowser / shouldProcess

Method shouldProcess

generator/browserastvisitor.h:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 }
490
491 bool shouldProcess(clang::NamedDecl *d) {
492 return annotator.shouldProcess(clang::FullSourceLoc(d->getLocation(),
493 annotator.getSourceMgr()).getExpansionLoc().getFileID());
494 }
495};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected