Home
last modified time | relevance | path

Searched defs:shouldSkipFunctionBody (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DASTConsumer.h158 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/external/clang/unittests/Tooling/
DToolingTest.cpp221 virtual bool shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function
/external/clang/tools/libclang/
DIndexing.cpp355 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon38a1d52e0111::IndexingConsumer