Searched refs:LastCharLoc (Results 1 – 1 of 1) sorted by relevance
1766 std::optional<SourceLocation> LastCharLoc = getPastLoc(E, SM, LangOpts); in getExprText() local1768 if (LastCharLoc) in getExprText()1770 CharSourceRange::getCharRange(E->getBeginLoc(), *LastCharLoc), SM, in getExprText()