| /llvm-project-15.0.7/clang/examples/PluginsOrder/ |
| H A D | PluginsOrder.cpp | 18 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon45bf579d0111::AlwaysBeforeConsumer 42 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon45bf579d0111::AlwaysAfterConsumer 66 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon45bf579d0111::CmdAfterConsumer 90 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon45bf579d0111::CmdBeforeConsumer
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
|
| H A D | PCHContainerOperations.cpp | 39 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon48dd02390111::RawPCHContainerGenerator
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | EvaluateAsRValueTest.cpp | 69 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function in __anone06df4770111::EvaluateConstantInitializersAction::Consumer
|
| H A D | RecursiveASTVisitorTest.cpp | 41 void HandleTranslationUnit(ASTContext &Ctx) override { Process(Ctx); } in CreateASTConsumer() function in __anon3eb5942d0111::ProcessASTAction::CreateASTConsumer::Consumer
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonba0982200111::ASTPrinter 142 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonba0982200111::ASTDeclNodeLister
|
| H A D | InterfaceStubFunctionsConsumer.cpp | 243 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anon176fdc0d0111::InterfaceStubFunctionsConsumer
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Mapper.cpp | 20 void MapASTVisitor::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit() function in clang::doc::MapASTVisitor
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.cpp | 194 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RenamingASTConsumer 253 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::USRSymbolRenamer
|
| H A D | USRFindingAction.cpp | 287 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
|
| /llvm-project-15.0.7/clang/examples/PrintFunctionNames/ |
| H A D | PrintFunctionNames.cpp | 44 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anon9291920f0111::PrintFunctionsConsumer
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTStructExtractor.cpp | 146 void ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTStructExtractor
|
| H A D | ASTResultSynthesizer.cpp | 412 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTResultSynthesizer
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
| /llvm-project-15.0.7/clang/examples/CallSuperAttribute/ |
| H A D | CallSuperAttrInfo.cpp | 113 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon174119720111::CallSuperConsumer
|
| /llvm-project-15.0.7/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 50 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in MapExtDefNamesConsumer
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTestBase.cpp | 81 void HandleTranslationUnit(ASTContext &Ctx) override { in buildTree() function in SyntaxTreeTest::buildTree::BuildSyntaxTree
|
| /llvm-project-15.0.7/clang/tools/clang-check/ |
| H A D | ClangCheck.cpp | 157 void HandleTranslationUnit(clang::ASTContext &AST) override { in CreateASTConsumer() function in __anon5d6544660111::DumpSyntaxTree::CreateASTConsumer::Consumer
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | RefactoringCallbacks.cpp | 43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | TestVisitor.h | 96 void HandleTranslationUnit(clang::ASTContext &Context) override { in HandleTranslationUnit() function
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | CodeGenExternalTest.cpp | 106 void MyASTConsumer::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit() function in __anonee9b01220111::MyASTConsumer
|
| /llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/ |
| H A D | ReorderFieldsAction.cpp | 267 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::reorder_fields::__anonf4ae23b30211::ReorderingConsumer
|
| /llvm-project-15.0.7/clang/unittests/CrossTU/ |
| H A D | CrossTranslationUnitTest.cpp | 32 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in clang::cross_tu::__anon94c7f9610111::CTUASTConsumer
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 63 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anonff6a0b330111::TestASTFrontendAction::Visitor
|