Home
last modified time | relevance | path

Searched defs:HandleTranslationUnit (Results 1 – 25 of 43) sorted by relevance

12

/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/Serialization/
H A DGeneratePCH.cpp41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
H A DPCHContainerOperations.cpp39 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon48dd02390111::RawPCHContainerGenerator
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
/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/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 DInterfaceStubFunctionsConsumer.cpp243 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anon176fdc0d0111::InterfaceStubFunctionsConsumer
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp20 void MapASTVisitor::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit() function in clang::doc::MapASTVisitor
/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
H A DUSRFindingAction.cpp287 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
/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/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp146 void ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTStructExtractor
H A DASTResultSynthesizer.cpp412 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTResultSynthesizer
/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/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp113 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon174119720111::CallSuperConsumer
/llvm-project-15.0.7/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp50 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in MapExtDefNamesConsumer
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp81 void HandleTranslationUnit(ASTContext &Ctx) override { in buildTree() function in SyntaxTreeTest::buildTree::BuildSyntaxTree
/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/lib/Tooling/
H A DRefactoringCallbacks.cpp43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTestVisitor.h96 void HandleTranslationUnit(clang::ASTContext &Context) override { in HandleTranslationUnit() function
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp106 void MyASTConsumer::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit() function in __anonee9b01220111::MyASTConsumer
/llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/
H A DReorderFieldsAction.cpp267 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::reorder_fields::__anonf4ae23b30211::ReorderingConsumer
/llvm-project-15.0.7/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp32 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in clang::cross_tu::__anon94c7f9610111::CTUASTConsumer
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DFrontendActionTest.cpp63 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anonff6a0b330111::TestASTFrontendAction::Visitor

12