HomeSort by relevance Sort by last modified time
    Searched defs:HandleTranslationUnit (Results 1 - 13 of 13) 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) {}
  /external/syzkaller/tools/syz-declextract/
syz-declextract.cpp 253 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
  /development/vndk/tools/header-checker/src/dumper/
ast_processing.cpp 193 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 81 void BlinkGCPluginConsumer::HandleTranslationUnit(ASTContext& context) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 304 void HandleTranslationUnit(ASTContext &C) override;
507 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {
  /external/bcc/src/cc/frontends/clang/
b_frontend_action.cc     [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 513 milliseconds