/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 43 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon2cff17520111::ASTPrinter 108 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in __anon2cff17520111::ASTDeclNodeLister 189 void HandleTranslationUnit(ASTContext &C) override { in HandleTranslationUnit() function in __anon2cff17520311::DeclContextPrinter
|
D | PCHContainerOperations.cpp | 40 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon78d071ed0111::RawPCHContainerGenerator
|
D | MultiplexConsumer.cpp | 297 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer 299 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
|
/external/clang/docs/ |
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) {
|
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsAction.cpp | 23 void HandleTranslationUnit(clang::ASTContext& context) override { in HandleTranslationUnit() function in chrome_checker::__anone4a5e6020111::PluginConsumer
|
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 42 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
|
/external/clang/include/clang/AST/ |
D | ASTConsumer.h | 69 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
|
/external/clang/include/clang/Frontend/ |
D | MultiplexConsumer.h | 41 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/external/clang/unittests/AST/ |
D | EvaluateAsRValueTest.cpp | 71 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon678b81e90111::EvaluateConstantInitializersAction::Consumer
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | BlinkGCPluginConsumer.h | 28 void HandleTranslationUnit(clang::ASTContext& context) override;
|
D | BlinkGCPluginConsumer.cpp | 81 void BlinkGCPluginConsumer::HandleTranslationUnit(ASTContext& context) { in HandleTranslationUnit() function in BlinkGCPluginConsumer
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 45 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anon5dbcda810111::PrintFunctionsConsumer
|
/external/clang/lib/Parse/ |
D | ParseAST.cpp | 167 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
|
/external/syzkaller/tools/syz-declextract/ |
D | syz-declextract.cpp | 253 virtual void HandleTranslationUnit(clang::ASTContext &Context) { in HandleTranslationUnit() function in DeclExtractCallConsumer
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 68 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon7a4004370111::IndexASTConsumer
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 60 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anon5af6fb650111::TestASTFrontendAction::Visitor
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 85 void HandleTranslationUnit(clang::ASTContext &Context) override { in HandleTranslationUnit() function
|
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 250 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon8d4184ed0111::CodeGeneratorImpl
|
D | CodeGenAction.cpp | 139 void HandleTranslationUnit(ASTContext &C) override { in HandleTranslationUnit() function in clang::BackendConsumer 145 Gen->HandleTranslationUnit(C); in HandleTranslationUnit()
|
D | ObjectFilePCHContainerOperations.cpp | 229 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anond268d5990111::PCHContainerGenerator
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 304 void HandleTranslationUnit(ASTContext &C) override; 507 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in AnalysisConsumer
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.h | 137 void HandleTranslationUnit(clang::ASTContext &Context) override;
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 215 virtual void HandleTranslationUnit(clang::ASTContext &ctx) { in HandleTranslationUnit() function in __anond932a49f0111::FunctionDeclarationFinder 1227 virtual void HandleTranslationUnit(clang::ASTContext &ctx) { in HandleTranslationUnit() function in __anond932a49f0111::ProblemsFinder
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 937 void HandleTranslationUnit(ASTContext &Ctx) override;
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 874 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::ast_matchers::internal::__anonf927a3570111::MatchASTConsumer
|