HomeSort by relevance Sort by last modified time
    Searched defs:HandleTranslationUnit (Results 1 - 20 of 20) 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 248 void HandleTranslationUnit(ASTContext &C) override;
    [all...]
RewriteObjC.cpp 199 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) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTConsumer.h 65 /// HandleTranslationUnit - This method is called when the ASTs for entire
67 virtual void HandleTranslationUnit(ASTContext &Ctx) {}
  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 212 void HeaderASTConsumer::HandleTranslationUnit(clang::ASTContext &ctx) {
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 297 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) {
299 Consumer->HandleTranslationUnit(Ctx);
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 83 void BlinkGCPluginConsumer::HandleTranslationUnit(ASTContext& context) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 304 void HandleTranslationUnit(ASTContext &C) override;
507 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {
  /frameworks/compile/slang/
slang_backend.cpp 278 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
284 mGen->HandleTranslationUnit(Ctx);
    [all...]
  /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 354 milliseconds