/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | 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()
|
H A D | PCHContainerOperations.cpp | 37 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon2ca52d090111::RawPCHContainerGenerator
|
/freebsd/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 | 170 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function 171 m_c->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 44 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon5e8766f00111::ASTPrinter 142 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon5e8766f00111::ASTDeclNodeLister
|
H A D | MultiplexConsumer.cpp | 325 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer 327 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
H A D | PrecompiledPreamble.cpp | 308 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon90aee0a50111::PrecompilePreambleConsumer 309 PCHGenerator::HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
H A D | InterfaceStubFunctionsConsumer.cpp | 244 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anonddb1d4dd0111::InterfaceStubFunctionsConsumer
|
/freebsd/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/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
|
/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/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 | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/freebsd/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 __anonbec9d48b0111::CodeGeneratorImpl
|
H A D | CodeGenAction.cpp | 266 void BackendConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in clang::BackendConsumer 276 Gen->HandleTranslationUnit(C); in HandleTranslationUnit()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseAST.cpp | 184 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 259 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon9569e29f0111::WrappingExtractAPIConsumer 274 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon9569e29f0111::ExtractAPIConsumer
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 238 void HandleTranslationUnit(ASTContext &C) override; 580 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
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 959 void HandleTranslationUnit(ASTContext &Ctx) override; 981 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 140 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anonb20dd8150111::IndexASTConsumer
|