Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1766 std::optional<SourceLocation> LastCharLoc = getPastLoc(E, SM, LangOpts); in getExprText() local
1768 if (LastCharLoc) in getExprText()
1770 CharSourceRange::getCharRange(E->getBeginLoc(), *LastCharLoc), SM, in getExprText()