Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp70 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
122 void CXX20ModulesGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in CXX20ModulesGenerator
123 PCHGenerator::HandleTranslationUnit(Ctx); in HandleTranslationUnit()
H A DPCHContainerOperations.cpp37 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon2ca52d090111::RawPCHContainerGenerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp45 void HandleTranslationUnit(ASTContext &Ctx) override;
60 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp145 void ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTStructExtractor
147 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.cpp404 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTResultSynthesizer
406 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
H A DASTUtils.h204 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function
205 m_c->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp48 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon5e8766f00111::ASTPrinter
147 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon5e8766f00111::ASTDeclNodeLister
H A DMultiplexConsumer.cpp337 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer
339 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp91 void HandleTranslationUnit(ASTContext &C) override { in HandleTranslationUnit() function in cir::CIRGenConsumer
92 Gen->HandleTranslationUnit(C); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp185 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RenamingASTConsumer
244 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::USRSymbolRenamer
H A DUSRFindingAction.cpp281 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h67 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRGenerator.h79 void HandleTranslationUnit(clang::ASTContext &astContext) override;
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h36 void HandleTranslationUnit(ASTContext &ASTCtx) override;
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h65 void HandleTranslationUnit(ASTContext &Ctx) override;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp86 void CIRGenerator::HandleTranslationUnit(ASTContext &astContext) { in HandleTranslationUnit() function in CIRGenerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h90 void HandleTranslationUnit(ASTContext &C) override;
H A DModuleBuilder.cpp284 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anonbec9d48b0111::CodeGeneratorImpl
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp183 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp258 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon9569e29f0111::WrappingExtractAPIConsumer
273 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon9569e29f0111::ExtractAPIConsumer
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp93 Consumer->HandleTranslationUnit(C); in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp231 void HandleTranslationUnit(ASTContext &C) override;
602 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in AnalysisConsumer
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer

12