Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp91 auto DecLast = SM.getDecomposedLoc(Last); in spelledForExpandedSlow() local
93 auto &ExpLast = SM.getSLocEntry(DecLast.first).getExpansion(); in spelledForExpandedSlow()
115 Last = ExpLast.getSpellingLoc().getLocWithOffset(DecLast.second); in spelledForExpandedSlow()
174 auto DecLast = SM.getDecomposedLoc(Candidate.getEnd()); in spelledForExpandedSlow() local
176 if (Candidate.isInvalid() || DecFirst.first != TargetFile || DecLast.first != TargetFile) in spelledForExpandedSlow()
186 if (Dec.first != DecLast.first || Dec.second <= DecLast.second) in spelledForExpandedSlow()