Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp90 auto DecLast = SM.getDecomposedLoc(Last); in spelledForExpandedSlow() local
92 auto &ExpLast = SM.getSLocEntry(DecLast.first).getExpansion(); in spelledForExpandedSlow()
112 Last = ExpLast.getSpellingLoc().getLocWithOffset(DecLast.second); in spelledForExpandedSlow()
120 auto DecLast = SM.getDecomposedExpansionLoc(Candidate.getEnd()); in spelledForExpandedSlow() local
123 DecLast.first != TargetFile) in spelledForExpandedSlow()
133 if (Dec.first != DecLast.first || Dec.second <= DecLast.second) in spelledForExpandedSlow()