Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp90 auto DecFirst = SM.getDecomposedLoc(First); in spelledForExpandedSlow() local
92 auto &ExpFirst = SM.getSLocEntry(DecFirst.first).getExpansion(); in spelledForExpandedSlow()
114 First = ExpFirst.getSpellingLoc().getLocWithOffset(DecFirst.second); in spelledForExpandedSlow()
173 auto DecFirst = SM.getDecomposedExpansionLoc(Candidate.getBegin()); in spelledForExpandedSlow() local
176 if (Candidate.isInvalid() || DecFirst.first != TargetFile || DecLast.first != TargetFile) in spelledForExpandedSlow()
181 if (Dec.first != DecFirst.first || Dec.second >= DecFirst.second) in spelledForExpandedSlow()