Searched refs:AnalysisPurgeOpt (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h136 AnalysisPurgeMode AnalysisPurgeOpt; member in class:clang::AnalyzerOptions
541 AnalysisPurgeOpt(PurgeStmt),
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp287 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) {
H A DExprEngine.cpp322 if (AMgr.options.AnalysisPurgeOpt == PurgeNone)
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp219 Opts.AnalysisPurgeOpt = Value;

Completed in 128 milliseconds