reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseAST.cpp
  123   std::swap(OldCollectStats, S.CollectStats);
  127   initialize(S.TemplateInstCallbacks, S);
  127   initialize(S.TemplateInstCallbacks, S);
  129   ASTConsumer *Consumer = &S.getASTConsumer();
  132       new Parser(S.getPreprocessor(), S, SkipFunctionBodies));
  132       new Parser(S.getPreprocessor(), S, SkipFunctionBodies));
  143   S.getPreprocessor().EnterMainSourceFile();
  144   ExternalASTSource *External = S.getASTContext().getExternalSource();
  151   bool HaveLexer = S.getPreprocessor().getCurrentLexer();
  168   for (Decl *D : S.WeakTopLevelDecls())
  171   Consumer->HandleTranslationUnit(S.getASTContext());
  178   finalize(S.TemplateInstCallbacks, S);
  178   finalize(S.TemplateInstCallbacks, S);
  180   std::swap(OldCollectStats, S.CollectStats);
  184     S.getASTContext().PrintStats();