Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp643 bool allowNestedContexts = false) { in getEnclosingStmtLocation() argument
654 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC); in getEnclosingStmtLocation()
663 if (allowNestedContexts || cast<ChooseExpr>(Parent)->getCond() == S) in getEnclosingStmtLocation()
671 if (allowNestedContexts || in getEnclosingStmtLocation()