Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp474 const Stmt *S, LocationOrAnalysisDeclContext LAC, bool UseEndOfStatement) { in getValidSourceLocation() argument
475 SourceLocation L = UseEndOfStatement ? S->getEndLoc() : S->getBeginLoc(); in getValidSourceLocation()
508 L = UseEndOfStatement ? Parent->getEndLoc() : Parent->getBeginLoc(); in getValidSourceLocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h325 bool UseEndOfStatement = false);