Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h300 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/external/clang/include/clang/AST/
DASTConsumer.h143 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/external/llvm-project/clang/include/clang/AST/
DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/external/llvm-project/clang/unittests/CodeGen/
DCodeGenExternalTest.cpp160 bool MyASTConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in __anonf599da290111::MyASTConsumer
/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp99 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon871ceeec0111::IndexASTConsumer
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp104 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in clang::clangd::__anon863f4f5a0111::CppFilePreambleCallbacks
/external/clang/unittests/Tooling/
DToolingTest.cpp243 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp355 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer
/external/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 __anon8af6de7c0111::PrecompilePreambleConsumer
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h224 bool shouldSkipFunctionBody(clang::Decl *D) override { in shouldSkipFunctionBody() function
/external/llvm-project/clang/unittests/Tooling/
DToolingTest.cpp264 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function
/external/clang/tools/libclang/
DIndexing.cpp305 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon01b0ce3e0211::IndexingConsumer
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp379 bool shouldSkipFunctionBody(const Decl *D) { in shouldSkipFunctionBody() function in __anond32f18ac0211::IndexingFrontendAction