Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp499 bool UseEnd = false) { in getValidSourceLocation() argument
500 SourceLocation L = UseEnd ? S->getLocEnd() : S->getLocStart(); in getValidSourceLocation()
533 L = UseEnd ? Parent->getLocEnd() : Parent->getLocStart(); in getValidSourceLocation()