Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp640 bool allowNestedContexts = false) { in getEnclosingStmtLocation() argument
651 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC); in getEnclosingStmtLocation()
660 if (allowNestedContexts || cast<ChooseExpr>(Parent)->getCond() == S) in getEnclosingStmtLocation()
668 if (allowNestedContexts || in getEnclosingStmtLocation()