Searched refs:IPAMode (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp37 if (IPAMode == IPAK_NotSet) {
62 IPAMode = IPAConfig;
65 return IPAMode;
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h183 /// settings for some of the lower-level config options (such as IPAMode).
188 IPAKind IPAMode; member in class:clang::AnalyzerOptions
438 IPAMode(IPAK_NotSet),

Completed in 32 milliseconds