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

/external/clang/include/clang/AST/
H A DASTConsumer.h156 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } function in class:clang::ASTConsumer
/external/clang/unittests/Tooling/
H A DToolingTest.cpp175 virtual bool shouldSkipFunctionBody(Decl *D) { function in struct:clang::tooling::SkipBodyConsumer
/external/clang/tools/libclang/
H A DIndexing.cpp362 virtual bool shouldSkipFunctionBody(Decl *D) { function in class:__anon17577::IndexingConsumer
/external/clang/lib/Sema/
H A DSemaDecl.cpp9398 if (!Consumer.shouldSkipFunctionBody(D))

Completed in 344 milliseconds