Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp142 auto DecBound = SM.getDecomposedLoc(Bound); in spelledForExpandedSlow() local
143 auto &ExpBound = SM.getSLocEntry(DecBound.first).getExpansion(); in spelledForExpandedSlow()
147 Bound = ExpBound.getSpellingLoc().getLocWithOffset(DecBound.second); in spelledForExpandedSlow()