Searched refs:shouldSkipFunctionBody (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DASTConsumer.h158 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } function in class:clang::ASTConsumer
/external/clang/unittests/Tooling/
H A DToolingTest.cpp221 virtual bool shouldSkipFunctionBody(Decl *D) { function in struct:clang::tooling::SkipBodyConsumer
/external/clang/tools/libclang/
H A DIndexing.cpp355 bool shouldSkipFunctionBody(Decl *D) override {
/external/clang/lib/Sema/
H A DSemaDecl.cpp10061 return Consumer.shouldSkipFunctionBody(D);

Completed in 981 milliseconds