HomeSort by relevance Sort by last modified time
    Searched refs:getAnalyzerOptions (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 72 AnalyzerOptions& getAnalyzerOptions() override {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 382 virtual AnalyzerOptions& getAnalyzerOptions() = 0;
450 AnalyzerOptions& getAnalyzerOptions() { return D.getAnalyzerOptions(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 44 MGR.getAnalyzerOptions().getOptionAsInteger("AllowedPad", 24, this);
NullabilityChecker.cpp     [all...]
MallocChecker.cpp     [all...]
LocalizationChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 122 AnalyzerOptions &getAnalyzerOptions() { return *AOptions; }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 124 milliseconds