| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 44 void HandleTranslationUnit(ASTContext &Ctx) override; 59 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTStructExtractor.cpp | 146 void ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTStructExtractor 148 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 | 412 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ASTResultSynthesizer 414 m_passthrough->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| H A D | ASTUtils.h | 164 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function 165 m_c->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon4305a2260111::ASTPrinter 142 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon4305a2260111::ASTDeclNodeLister
|
| H A D | MultiplexConsumer.cpp | 296 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer 298 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| H A D | PrecompiledPreamble.cpp | 307 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anonbd5fa31b0111::PrecompilePreambleConsumer 308 PCHGenerator::HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
| H A D | InterfaceStubFunctionsConsumer.cpp | 243 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anonb95261930111::InterfaceStubFunctionsConsumer
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | 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-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | PCHContainerOperations.cpp | 39 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon0854057f0111::RawPCHContainerGenerator
|
| H A D | GeneratePCH.cpp | 41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | 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
|
| H A D | USRFindingAction.cpp | 288 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::NamedDeclFindingConsumer
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 176 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendConsumer.h | 106 void HandleTranslationUnit(ASTContext &C) override;
|
| H A D | ModuleBuilder.cpp | 284 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anona3480fc10111::CodeGeneratorImpl
|
| H A D | ObjectFilePCHContainerOperations.cpp | 247 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon6e2187ed0111::PCHContainerGenerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 258 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon5832f3d50111::WrappingExtractAPIConsumer 273 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon5832f3d50111::ExtractAPIConsumer
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 238 void HandleTranslationUnit(ASTContext &C) override; 579 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in AnalysisConsumer
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | RefactoringCallbacks.cpp | 43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::RefactoringASTConsumer
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 140 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anona976848b0111::IndexASTConsumer
|