Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTConsumer.h158 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DToolingTest.cpp228 virtual bool shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp355 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon36fe72e80111::IndexingConsumer