Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp450 const LocationContext *LC, bool allowNestedContexts) { in getEnclosingStmtLocation() argument
459 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC); in getEnclosingStmtLocation()
468 if (allowNestedContexts || cast<ChooseExpr>(Parent)->getCond() == S) in getEnclosingStmtLocation()
476 if (allowNestedContexts || in getEnclosingStmtLocation()