| /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/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 44 void HandleTranslationUnit(ASTContext &Ctx) override; 59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | CodeGenExternalTest.cpp | 70 void HandleTranslationUnit(ASTContext &Ctx) override; 106 void MyASTConsumer::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit() function in __anonee9b01220111::MyASTConsumer 109 Builder->HandleTranslationUnit(Context); in HandleTranslationUnit()
|
| /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 148 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| H A D | ASTStructExtractor.h | 74 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
|
| H A D | ASTResultSynthesizer.h | 77 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
|
| H A D | ASTResultSynthesizer.cpp | 412 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTResultSynthesizer 414 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| /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 166 Consumer.HandleTranslationUnit(Unit->getASTContext()); in HandleAST()
|
| /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 | MultiplexConsumer.cpp | 296 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer 298 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Mapper.h | 36 void HandleTranslationUnit(ASTContext &Context) override;
|
| 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/Serialization/ |
| H A D | PCHContainerOperations.cpp | 39 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon48dd02390111::RawPCHContainerGenerator
|
| H A D | GeneratePCH.cpp | 41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | RAVFrontendAction.rst | 40 HandleTranslationUnit, which is called with the ASTContext for the 47 virtual void HandleTranslationUnit(clang::ASTContext &Context) { 179 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
|
| /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/include/clang/AST/ |
| H A D | ASTConsumer.h | 66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
| /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
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
| /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/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/lib/Parse/ |
| H A D | ParseAST.cpp | 198 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
|
| /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/unittests/Tooling/ |
| H A D | TestVisitor.h | 96 void HandleTranslationUnit(clang::ASTContext &Context) override { in HandleTranslationUnit() function
|