Home
last modified time | relevance | path

Searched refs:allowNestedContexts (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp427 const LocationContext *LC, bool allowNestedContexts) { in getEnclosingStmtLocation() argument
436 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC); in getEnclosingStmtLocation()
445 if (allowNestedContexts || cast<ChooseExpr>(Parent)->getCond() == S) in getEnclosingStmtLocation()
453 if (allowNestedContexts || in getEnclosingStmtLocation()