Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h234 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp160 bool MyASTConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in __anonee9b01220111::MyASTConsumer
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexingAction.cpp144 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anoneb214d450111::IndexASTConsumer
/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp359 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer
H A DPrecompiledPreamble.cpp302 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anone3bc85d50111::PrecompilePreambleConsumer
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h224 bool shouldSkipFunctionBody(clang::Decl *D) override { in shouldSkipFunctionBody() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp161 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in clang::clangd::__anoncf7fbb130111::CppFilePreambleCallbacks
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp379 bool shouldSkipFunctionBody(const Decl *D) { in shouldSkipFunctionBody() function in __anon0c848fe50211::IndexingFrontendAction
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp468 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function