Home
last modified time | relevance | path

Searched refs:HandleTranslationUnit (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project-15.0.7/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp18 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 DHTMLPrint.cpp44 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 DCodeGenExternalTest.cpp70 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 DASTStructExtractor.cpp146 void ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTStructExtractor
148 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
H A DASTStructExtractor.h74 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
H A DASTResultSynthesizer.h77 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
H A DASTResultSynthesizer.cpp412 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 DClangExtDefMapGen.cpp50 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 DASTConsumers.cpp44 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 DMultiplexConsumer.cpp296 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 DMapper.h36 void HandleTranslationUnit(ASTContext &Context) override;
H A DMapper.cpp20 void MapASTVisitor::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit() function in clang::doc::MapASTVisitor
/llvm-project-15.0.7/clang/lib/Serialization/
H A DPCHContainerOperations.cpp39 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon48dd02390111::RawPCHContainerGenerator
H A DGeneratePCH.cpp41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
/llvm-project-15.0.7/clang/docs/
H A DRAVFrontendAction.rst40 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 DEvaluateAsRValueTest.cpp69 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function in __anone06df4770111::EvaluateConstantInitializersAction::Consumer
H A DRecursiveASTVisitorTest.cpp41 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 DASTConsumer.h66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp194 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 DMultiplexConsumer.h63 void HandleTranslationUnit(ASTContext &Ctx) override;
/llvm-project-15.0.7/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp44 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anon9291920f0111::PrintFunctionsConsumer
/llvm-project-15.0.7/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp113 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon174119720111::CallSuperConsumer
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseAST.cpp198 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
/llvm-project-15.0.7/clang/tools/clang-check/
H A DClangCheck.cpp157 void HandleTranslationUnit(clang::ASTContext &AST) override { in CreateASTConsumer() function in __anon5d6544660111::DumpSyntaxTree::CreateASTConsumer::Consumer
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTestVisitor.h96 void HandleTranslationUnit(clang::ASTContext &Context) override { in HandleTranslationUnit() function

123