| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 70 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 D | PCHContainerOperations.cpp | 37 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon2ca52d090111::RawPCHContainerGenerator
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 45 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 D | ASTStructExtractor.cpp | 145 void ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTStructExtractor 147 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| H A D | ASTStructExtractor.h | 74 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
|
| H A D | ASTResultSynthesizer.h | 77 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
|
| H A D | ASTResultSynthesizer.cpp | 404 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTResultSynthesizer 406 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| H A D | ASTUtils.h | 204 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 D | ASTConsumers.cpp | 48 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 D | MultiplexConsumer.cpp | 337 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 D | CIRGenAction.cpp | 91 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 D | RenamingAction.cpp | 185 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 D | USRFindingAction.cpp | 281 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 67 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | CIRGenerator.h | 79 void HandleTranslationUnit(clang::ASTContext &astContext) override;
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Visitor.h | 36 void HandleTranslationUnit(ASTContext &ASTCtx) override;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 65 void HandleTranslationUnit(ASTContext &Ctx) override;
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenerator.cpp | 86 void CIRGenerator::HandleTranslationUnit(ASTContext &astContext) { in HandleTranslationUnit() function in CIRGenerator
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendConsumer.h | 90 void HandleTranslationUnit(ASTContext &C) override;
|
| H A D | ModuleBuilder.cpp | 284 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anonbec9d48b0111::CodeGeneratorImpl
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 183 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 258 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 D | IncrementalParser.cpp | 93 Consumer->HandleTranslationUnit(C); in ParseOrWrapTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 231 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 D | RefactoringCallbacks.cpp | 43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
|