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

Method shouldSkipFunctionBody

generator/main.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 virtual bool shouldSkipFunctionBody(clang::Decl *D) override {
197 return !annotator.shouldProcess(
198 clang::FullSourceLoc(D->getLocation(),annotator.getSourceMgr())
199 .getExpansionLoc().getFileID());
200 }
201};
202
203class BrowserAction : public clang::ASTFrontendAction {

Callers

nothing calls this directly

Calls 1

shouldProcessMethod · 0.45

Tested by

no test coverage detected