Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp87 auto DecFirst = SM.getDecomposedLoc(First); in spelledForExpandedSlow() local
89 auto &ExpFirst = SM.getSLocEntry(DecFirst.first).getExpansion(); in spelledForExpandedSlow()
109 First = ExpFirst.getSpellingLoc().getLocWithOffset(DecFirst.second); in spelledForExpandedSlow()
117 auto DecFirst = SM.getDecomposedExpansionLoc(Candidate.getBegin()); in spelledForExpandedSlow() local
120 if (Candidate.isInvalid() || DecFirst.first != TargetFile || in spelledForExpandedSlow()
126 if (Dec.first != DecFirst.first || Dec.second >= DecFirst.second) in spelledForExpandedSlow()