HomeSort by relevance Sort by last modified time
    Searched defs:HandleTranslationUnit (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Serialization/
GeneratePCH.cpp 42 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) {
  /external/clang/lib/Frontend/Rewrite/
HTMLPrint.cpp 46 void HandleTranslationUnit(ASTContext &Ctx) override;
62 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) {
RewriteModernObjC.cpp 249 void HandleTranslationUnit(ASTContext &C) override;
    [all...]
RewriteObjC.cpp 198 void HandleTranslationUnit(ASTContext &C) override;
    [all...]
  /external/clang/include/clang/AST/
ASTConsumer.h 67 /// HandleTranslationUnit - This method is called when the ASTs for entire
69 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 284 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) {
286 Consumer->HandleTranslationUnit(Ctx);
  /frameworks/compile/slang/
slang_backend.cpp 241 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
247 mGen->HandleTranslationUnit(Ctx);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 305 void HandleTranslationUnit(ASTContext &C) override;
507 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {
  /external/v8/tools/gcmole/
gcmole.cc 215 virtual void HandleTranslationUnit(clang::ASTContext &ctx) {
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 146 void HandleTranslationUnit(ASTContext &Ctx) override;
    [all...]

Completed in 292 milliseconds