| /freebsd-head/contrib/llvm-project/clang/lib/Serialization/ |
| HD | GeneratePCH.cpp | 59 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator 112 void CXX20ModulesGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in CXX20ModulesGenerator 120 PCHGenerator::HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| HD | PCHContainerOperations.cpp | 37 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon307bdbe80111::RawPCHContainerGenerator
|
| /freebsd-head/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | HTMLPrint.cpp | 44 void HandleTranslationUnit(ASTContext &Ctx) override; 59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ASTStructExtractor.cpp | 146 void ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTStructExtractor 148 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| HD | ASTStructExtractor.h | 74 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
|
| HD | ASTResultSynthesizer.h | 77 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
|
| HD | ASTResultSynthesizer.cpp | 412 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTResultSynthesizer 414 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| HD | ASTUtils.h | 170 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function 171 m_c->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Frontend/ |
| HD | ASTConsumers.cpp | 44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon684c53af0111::ASTPrinter 142 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon684c53af0111::ASTDeclNodeLister
|
| HD | MultiplexConsumer.cpp | 325 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer 327 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| HD | PrecompiledPreamble.cpp | 308 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon6b5020840111::PrecompilePreambleConsumer 309 PCHGenerator::HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Interpreter/ |
| HD | IncrementalParser.cpp | 55 void HandleTranslationUnit(ASTContext &Ctx) override final { in HandleTranslationUnit() function in clang::IncrementalASTConsumer 56 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit() 300 Consumer->HandleTranslationUnit(C); in ParseOrWrapTopLevelDecl()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ASTConsumer.h | 67 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
| /freebsd-head/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| HD | RenamingAction.cpp | 194 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
|
| HD | USRFindingAction.cpp | 288 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| HD | Visitor.h | 36 void HandleTranslationUnit(ASTContext &ASTCtx) override;
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Frontend/ |
| HD | MultiplexConsumer.h | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
| /freebsd-head/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | BackendConsumer.h | 106 void HandleTranslationUnit(ASTContext &C) override;
|
| HD | ModuleBuilder.cpp | 284 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anonc88ec14a0111::CodeGeneratorImpl
|
| /freebsd-head/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseAST.cpp | 184 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
|
| /freebsd-head/contrib/llvm-project/clang/lib/ExtractAPI/ |
| HD | ExtractAPIConsumer.cpp | 259 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonc4331e5e0111::WrappingExtractAPIConsumer 274 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anonc4331e5e0111::ExtractAPIConsumer
|
| /freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| HD | AnalysisConsumer.cpp | 238 void HandleTranslationUnit(ASTContext &C) override; 580 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in AnalysisConsumer
|
| /freebsd-head/contrib/llvm-project/clang/lib/Tooling/ |
| HD | RefactoringCallbacks.cpp | 43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Serialization/ |
| HD | ASTWriter.h | 959 void HandleTranslationUnit(ASTContext &Ctx) override; 981 void HandleTranslationUnit(ASTContext &Ctx) override;
|
| /freebsd-head/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexingAction.cpp | 140 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon2e78a8f40111::IndexASTConsumer
|