Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTConsumer.h154 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/external/clang/unittests/Tooling/
DToolingTest.cpp243 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function
/external/clang/tools/libclang/
DIndexing.cpp355 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon761e08630111::IndexingConsumer
/external/clang/lib/Sema/
DSemaDecl.cpp11017 return Consumer.shouldSkipFunctionBody(D); in canSkipFunctionBody()