Home
last modified time | relevance | path

Searched refs:HandleTranslationUnit (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/lib/Frontend/Rewrite/
DHTMLPrint.cpp46 void HandleTranslationUnit(ASTContext &Ctx) override;
62 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in HTMLPrinter
DRewriteObjC.cpp198 void HandleTranslationUnit(ASTContext &C) override;
4926 void RewriteObjC::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in RewriteObjC
/external/clang/lib/Frontend/
DASTConsumers.cpp43 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
DPCHContainerOperations.cpp36 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon78d071ed0111::RawPCHContainerGenerator
DMultiplexConsumer.cpp284 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in MultiplexConsumer
286 Consumer->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
DASTUnit.cpp951 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon5a88eb930311::PrecompilePreambleConsumer
952 PCHGenerator::HandleTranslationUnit(Ctx); in HandleTranslationUnit()
/external/clang/lib/Serialization/
DGeneratePCH.cpp42 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in PCHGenerator
/external/clang/docs/
DRAVFrontendAction.rst41 HandleTranslationUnit, which is called with the ASTContext for the
48 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
181 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
/external/clang/unittests/AST/
DEvaluateAsRValueTest.cpp71 void HandleTranslationUnit(clang::ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon678b81e90111::EvaluateConstantInitializersAction::Consumer
/external/clang/include/clang/AST/
DASTConsumer.h69 virtual void HandleTranslationUnit(ASTContext &Ctx) {} in HandleTranslationUnit() function
/external/clang/include/clang/Frontend/
DMultiplexConsumer.h41 void HandleTranslationUnit(ASTContext &Ctx) override;
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp45 void HandleTranslationUnit(ASTContext& context) override { in HandleTranslationUnit() function in __anon5dbcda810111::PrintFunctionsConsumer
/external/clang/lib/Parse/
DParseAST.cpp168 Consumer->HandleTranslationUnit(S.getASTContext()); in ParseAST()
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp60 void HandleTranslationUnit(ASTContext &context) override { in HandleTranslationUnit() function in __anon5af6fb650111::TestASTFrontendAction::Visitor
/external/clang/unittests/Tooling/
DTestVisitor.h85 void HandleTranslationUnit(clang::ASTContext &Context) override { in HandleTranslationUnit() function
DRefactoringTest.cpp300 void HandleTranslationUnit(clang::ASTContext &Context) override { in HandleTranslationUnit() function in clang::tooling::__anon1febf4170111::TestVisitor::FindConsumer
/external/clang/lib/CodeGen/
DModuleBuilder.cpp199 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anon8d4184ed0111::CodeGeneratorImpl
DObjectFilePCHContainerOperations.cpp194 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anond268d5990111::PCHContainerGenerator
DCodeGenAction.cpp141 void HandleTranslationUnit(ASTContext &C) override { in HandleTranslationUnit() function in clang::BackendConsumer
147 Gen->HandleTranslationUnit(C); in HandleTranslationUnit()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp305 void HandleTranslationUnit(ASTContext &C) override;
507 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) { in HandleTranslationUnit() function in AnalysisConsumer
/external/v8/tools/gcmole/
Dgcmole.cc215 virtual void HandleTranslationUnit(clang::ASTContext &ctx) { in HandleTranslationUnit() function in __anond932a49f0111::FunctionDeclarationFinder
1195 virtual void HandleTranslationUnit(clang::ASTContext &ctx) { in HandleTranslationUnit() function in __anond932a49f0111::ProblemsFinder
/external/clang/include/clang/Serialization/
DASTWriter.h912 void HandleTranslationUnit(ASTContext &Ctx) override;
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp881 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() function in clang::ast_matchers::internal::__anonf927a3570111::MatchASTConsumer
/external/clang/tools/libclang/
DIndexing.cpp318 void HandleTranslationUnit(ASTContext &Ctx) override { in HandleTranslationUnit() function in __anone24f30970111::IndexingConsumer
/external/clang/lib/ARCMigrate/
DObjCMT.cpp146 void HandleTranslationUnit(ASTContext &Ctx) override;
1846 void ObjCMigrateASTConsumer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() function in ObjCMigrateASTConsumer

12