/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | HTMLPrint.cpp | 46 void HandleTranslationUnit(ASTContext &Ctx) override; 62 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon4473cb880111::ASTPrinter 108 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon4473cb880111::ASTDeclNodeLister 189 void HandleTranslationUnit(ASTContext &C) override { in HandleTranslationUnit() function in __anon4473cb880311::DeclContextPrinter
|
H A D | MultiplexConsumer.cpp | 297 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer 299 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
H A D | PCHContainerOperations.cpp | 40 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anonc24461a30111::RawPCHContainerGenerator
|
/aosp_15_r20/external/clang/docs/ |
H A D | RAVFrontendAction.rst | 41 HandleTranslationUnit, which is called with the ASTContext for the 48 virtual void HandleTranslationUnit(clang::ASTContext &Context) { 181 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 42 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
|
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/ |
H A D | ast_processing.h | 80 void HandleTranslationUnit(clang::ASTContext &ctx) override;
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ASTConsumer.h | 69 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | MultiplexConsumer.h | 41 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTConsumer.h | 66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | EvaluateAsRValueTest.cpp | 71 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon69c552df0111::EvaluateConstantInitializersAction::Consumer
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ASTConsumer.h | 66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTConsumer.h | 66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ASTConsumer.h | 66 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/InstallAPI/ |
D | Visitor.h | 36 void HandleTranslationUnit(ASTContext &ASTCtx) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/InstallAPI/ |
D | Visitor.h | 36 void HandleTranslationUnit(ASTContext &ASTCtx) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/InstallAPI/ |
D | Visitor.h | 36 void HandleTranslationUnit(ASTContext &ASTCtx) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | MultiplexConsumer.h | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | MultiplexConsumer.h | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | MultiplexConsumer.h | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | MultiplexConsumer.h | 63 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/aosp_15_r20/external/clang/examples/PrintFunctionNames/ |
H A D | PrintFunctionNames.cpp | 45 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anonfa81cc770111::PrintFunctionsConsumer
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/ |
H A D | generator.cc | 113 void GeneratorASTConsumer::HandleTranslationUnit(clang::ASTContext& context) { in HandleTranslationUnit() function in sapi::GeneratorASTConsumer
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_backend.h | 196 void HandleTranslationUnit(clang::ASTContext &Ctx) override;
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseAST.cpp | 167 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
|