Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp653 bool allowNestedContexts = false) { in getEnclosingStmtLocation() argument
664 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC); in getEnclosingStmtLocation()
673 if (allowNestedContexts || cast<ChooseExpr>(Parent)->getCond() == S) in getEnclosingStmtLocation()
681 if (allowNestedContexts || in getEnclosingStmtLocation()