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

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  110   const LangOptions &LangOpts = BRC.getASTContext().getLangOpts();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  944   const LangOptions &LangOpts = BRC.getASTContext().getLangOpts();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  777         if (BRC.getASTContext().getLangOpts().ObjCAutoRefCount) {
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  781         os << LHS->EvaluateKnownConstInt(getASTContext());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  245       BRC.getASTContext().getLangOpts());
 1745                                      BRC.getASTContext().getLangOpts());
 1805   if (isAssertlikeBlock(NB, BRC.getASTContext()))
 2337       const LangOptions &LO = BRC.getASTContext().getLangOpts();
 2397                  BRC.getSourceManager(), BRC.getASTContext().getLangOpts(), 0)
 2827   ASTContext &Ctx = BRC.getASTContext();