Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp18 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon71b8eca40111::AlwaysBeforeConsumer
42 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon71b8eca40111::AlwaysAfterConsumer
66 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon71b8eca40111::CmdAfterConsumer
90 void HandleTranslationUnit(ASTContext &) override { in HandleTranslationUnit() function in __anon71b8eca40111::CmdBeforeConsumer
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp44 void HandleTranslationUnit(ASTContext &Ctx) override;
59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
/openbsd-src/gnu/llvm/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()
H A DASTUtils.h164 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function
165 m_c->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp51 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in MapExtDefNamesConsumer
167 Consumer.HandleTranslationUnit(Unit->getASTContext()); in HandleAST()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTConsumers.cpp44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonc9d2db470111::ASTPrinter
142 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonc9d2db470111::ASTDeclNodeLister
H A DMultiplexConsumer.cpp296 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer
298 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DPCHContainerOperations.cpp39 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon8bca00800111::RawPCHContainerGenerator
H A DGeneratePCH.cpp41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
/openbsd-src/gnu/llvm/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) {
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConsumer.h66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DMultiplexConsumer.h63 void HandleTranslationUnit(ASTContext &Ctx) override;
/openbsd-src/gnu/llvm/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp44 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anonf82be9960111::PrintFunctionsConsumer
/openbsd-src/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp113 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon319b1c190111::CallSuperConsumer
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseAST.cpp196 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
/openbsd-src/gnu/llvm/clang/tools/clang-check/
H A DClangCheck.cpp157 void HandleTranslationUnit(clang::ASTContext &AST) override { in CreateASTConsumer() function in __anon7571602d0111::DumpSyntaxTree::CreateASTConsumer::Consumer
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp238 void HandleTranslationUnit(ASTContext &C) override;
579 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in AnalysisConsumer
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp203 Consumer->HandleTranslationUnit(C); in ParseOrWrapTopLevelDecl()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp284 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon2a1548e20111::CodeGeneratorImpl

12