Home
last modified time | relevance | path

Searched defs:shouldSkipFunctionBody (Results 1 – 3 of 3) 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 __anone24f30970111::IndexingConsumer