/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelConsumer.cpp | 31 bool ModelConsumer::HandleTopLevelDecl(DeclGroupRef DeclGroup) { in HandleTopLevelDecl() function in ModelConsumer
|
H A D | AnalysisConsumer.cpp | 368 bool AnalysisConsumer::HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl() function in AnalysisConsumer
|
/llvm-project/clang/lib/AST/ |
H A D | ASTConsumer.cpp | 18 bool ASTConsumer::HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl() function in ASTConsumer
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | SymbolReaperTest.cpp | 46 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in clang::ento::__anonb20a675b0111::SuperRegionLivenessConsumer
|
H A D | ParamRegionTest.cpp | 64 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in clang::ento::__anonf494479b0111::ParamRegionTestConsumer
|
H A D | StoreTest.cpp | 22 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in clang::ento::__anoneae9c6530111::StoreTestConsumer
|
H A D | CallDescriptionTest.cpp | 115 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in clang::ento::__anon2762a0e60111::CallDescriptionConsumer
|
/llvm-project/clang/examples/AnnotateFunctions/ |
H A D | AnnotateFunctions.cpp | 29 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in __anon014ddbca0111::AnnotateFunctionsConsumer
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTStructExtractor.cpp | 132 bool ASTStructExtractor::HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl() function in ASTStructExtractor
|
H A D | ASTResultSynthesizer.cpp | 101 bool ASTResultSynthesizer::HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl() function in ASTResultSynthesizer
|
/llvm-project/clang/examples/PrintFunctionNames/ |
H A D | PrintFunctionNames.cpp | 34 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in __anon917037320111::PrintFunctionsConsumer
|
/llvm-project/lldb/tools/lldb-instr/ |
H A D | Instrument.cpp | 127 bool HandleTopLevelDecl(DeclGroupRef DR) override { HandleTopLevelDecl() function in SBConsumer
|
/llvm-project/clang/unittests/Sema/ |
H A D | SemaNoloadLookupTest.cpp | 110 bool HandleTopLevelDecl(DeclGroupRef D) override { HandleTopLevelDecl() function in __anonfddd73db0111::NoloadLookupConsumer
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 192 bool HandleTopLevelDecl(DeclGroupRef D) override { HandleTopLevelDecl() function in __anon48507f630211::ASTViewer
|
H A D | PrecompiledPreamble.cpp | 303 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in __anoncbdf99b80111::PrecompilePreambleConsumer 828 void PreambleCallbacks::HandleTopLevelDecl(DeclGroupRef DG) {} in HandleTopLevelDecl() function in PreambleCallbacks
|
H A D | MultiplexConsumer.cpp | 303 bool MultiplexConsumer::HandleTopLevelDecl(DeclGroupRef D) { HandleTopLevelDecl() function in MultiplexConsumer
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | CodeGenExternalTest.cpp | 89 bool MyASTConsumer::HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl() function in __anonc824fae50111::MyASTConsumer
|
/llvm-project/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 61 bool HandleTopLevelDecl(clang::DeclGroupRef DeclGroup) override { in HandleTopLevelDecl() function in clang::tooling::__anon48bbb6700111::FindTopLevelDeclConsumer 84 bool HandleTopLevelDecl(clang::DeclGroupRef GroupRef) override { in HandleTopLevelDecl() function in clang::tooling::__anon48bbb6700211::FindClassDeclXConsumer 989 bool HandleTopLevelDecl(clang::DeclGroupRef D) override { TEST() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 181 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in __anona892ecfe0111::CodeGeneratorImpl
|
H A D | ObjectFilePCHContainerOperations.cpp |
|
/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 42 bool HandleTopLevelDecl(DeclGroupRef DGR) override final { HandleTopLevelDecl() function in clang::IncrementalASTConsumer
|
/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 128 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in __anon5c0c2e280111::IndexASTConsumer
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | extract_interface.cc | 153 virtual HandleTopLevelDeclReturn HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ParsedAST.cpp | 99 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() function in clang::clangd::__anon68555b350111::DeclTrackingASTConsumer
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | Record.cpp | 476 bool HandleTopLevelDecl(DeclGroupRef DG) override { in record() function in clang::include_cleaner::RecordedAST::record::Recorder
|