Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DMultiplexConsumer.h76 bool shouldSkipFunctionBody(Decl *D) override;
DPrecompiledPreamble.h234 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DMultiplexConsumer.cpp359 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer
362 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
DPrecompiledPreamble.cpp302 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anona1f5b5a10111::PrecompilePreambleConsumer
303 return Action.Callbacks.shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h225 bool shouldSkipFunctionBody(clang::Decl *D) override { in shouldSkipFunctionBody() function
226 return m_c->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
/openbsd/src/gnu/llvm/clang/lib/Index/
DIndexingAction.cpp144 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anonf6bd71110111::IndexASTConsumer
/openbsd/src/gnu/llvm/clang/tools/libclang/
DIndexing.cpp375 [this](const Decl *D) { return this->shouldSkipFunctionBody(D); })); in CreateASTConsumer()
379 bool shouldSkipFunctionBody(const Decl *D) { in shouldSkipFunctionBody() function in __anona8056a310211::IndexingFrontendAction
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp15357 return Consumer.shouldSkipFunctionBody(D); in canSkipFunctionBody()