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/
H A DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DMultiplexConsumer.h76 bool shouldSkipFunctionBody(Decl *D) override;
H A DPrecompiledPreamble.h234 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DMultiplexConsumer.cpp359 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer
362 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
H A DPrecompiledPreamble.cpp302 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon186f2d1c0111::PrecompilePreambleConsumer
303 return Action.Callbacks.shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A 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/
H A DIndexingAction.cpp144 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon7f009d8c0111::IndexASTConsumer
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp375 [this](const Decl *D) { return this->shouldSkipFunctionBody(D); })); in CreateASTConsumer()
379 bool shouldSkipFunctionBody(const Decl *D) { in shouldSkipFunctionBody() function in __anon3007734c0211::IndexingFrontendAction
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp15357 return Consumer.shouldSkipFunctionBody(D); in canSkipFunctionBody()