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

  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 194 /// settings for some of the lower-level config options (such as IPAMode).
199 IPAKind IPAMode;
558 IPAMode(IPAK_NotSet),
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 40 if (IPAMode == IPAK_NotSet) {
66 IPAMode = IPAConfig;
69 return IPAMode;

Completed in 614 milliseconds