Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp143 auto &ExpBound = SM.getSLocEntry(DecBound.first).getExpansion(); in spelledForExpandedSlow() local
144 if (ExpBound.isMacroArgExpansion() && in spelledForExpandedSlow()
145 ExpBound.getExpansionLocStart() == ExpFirst.getExpansionLocStart()) { in spelledForExpandedSlow()
147 Bound = ExpBound.getSpellingLoc().getLocWithOffset(DecBound.second); in spelledForExpandedSlow()