Home
last modified time | relevance | path

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

12

/llvm-project/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp18 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anonc2f6f0400111::AlwaysBeforeConsumer
42 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anonc2f6f0400111::AlwaysAfterConsumer
66 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anonc2f6f0400111::CmdAfterConsumer
90 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anonc2f6f0400111::CmdBeforeConsumer
/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp59 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { HandleTranslationUnit() function in PCHGenerator
112 void CXX20ModulesGenerator::HandleTranslationUnit(ASTContext &Ctx) { HandleTranslationUnit() function in CXX20ModulesGenerator
H A DPCHContainerOperations.cpp37 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon2abb491c0111::RawPCHContainerGenerator
/llvm-project/clang/unittests/AST/
H A DEvaluateAsRValueTest.cpp69 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon5da58d1a0111::EvaluateConstantInitializersAction::Consumer
140 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function in CheckConversionAction::Consumer
H A DRecursiveASTVisitorTest.cpp41 void HandleTranslationUnit(ASTContext &Ctx) override { Process(Ctx); } in CreateASTConsumer() function in __anon183f8df00111::ProcessASTAction::CreateASTConsumer::Consumer
/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon48507f630111::ASTPrinter
142 void HandleTranslationUnit(ASTContext &Context) override { HandleTranslationUnit() function in __anon48507f630111::ASTDeclNodeLister
H A DInterfaceStubFunctionsConsumer.cpp244 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anon3b6cdc100111::InterfaceStubFunctionsConsumer
/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { HandleTranslationUnit() function in HTMLPrinter
/llvm-project/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.cpp288 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
/llvm-project/clang-tools-extra/clang-doc/
H A DMapper.cpp20 void MapASTVisitor::HandleTranslationUnit(ASTContext &Context) { HandleTranslationUnit() function in clang::doc::MapASTVisitor
/llvm-project/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) { HandleTranslationUnit() function in ASTResultSynthesizer
/llvm-project/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp44 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anon917037320111::PrintFunctionsConsumer
/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h67 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp81 void HandleTranslationUnit(ASTContext &Ctx) override { buildTree() function in SyntaxTreeTest::buildTree::BuildSyntaxTree
/llvm-project/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp113 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon2e7e26350111::CallSuperConsumer
/llvm-project/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp52 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in MapExtDefNamesConsumer
/llvm-project/clang/tools/clang-check/
H A DClangCheck.cpp157 void HandleTranslationUnit(clang::ASTContext &AST) override { CreateASTConsumer() function in __anon18cbdec90111::DumpSyntaxTree::CreateASTConsumer::Consumer
/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp259 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon36b1be120111::WrappingExtractAPIConsumer
274 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon36b1be120111::ExtractAPIConsumer
/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
/llvm-project/clang/unittests/Tooling/
H A DTestVisitor.h96 void HandleTranslationUnit(clang::ASTContext &Context) override { HandleTranslationUnit() function
/llvm-project/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp106 void MyASTConsumer::HandleTranslationUnit(ASTContext &Context) { in HandleTranslationUnit() function in __anonc824fae50111::MyASTConsumer
/llvm-project/clang-tools-extra/clang-reorder-fields/
H A DReorderFieldsAction.cpp267 void HandleTranslationUnit(ASTContext &Context) override { HandleTranslationUnit() function in clang::reorder_fields::__anonf16ad7160211::ReorderingConsumer
/llvm-project/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp31 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in clang::cross_tu::__anon675385040111::CTUASTConsumer

12