Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h301 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexingAction.cpp144 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon1e97972d0111::IndexASTConsumer
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DMultiplexConsumer.cpp353 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer
DPrecompiledPreamble.cpp263 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon3a3237bd0111::PrecompilePreambleConsumer
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h224 bool shouldSkipFunctionBody(clang::Decl *D) override { in shouldSkipFunctionBody() function