Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp479 const Stmt *S, LocationOrAnalysisDeclContext LAC, bool UseEndOfStatement) { in getValidSourceLocation() argument
480 SourceLocation L = UseEndOfStatement ? S->getEndLoc() : S->getBeginLoc(); in getValidSourceLocation()
513 L = UseEndOfStatement ? Parent->getEndLoc() : Parent->getBeginLoc(); in getValidSourceLocation()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h328 bool UseEndOfStatement = false);