Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp75 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow() local
78 assert(startInfo.first == endInfo.first && in getDefinitionLengthSlow()
80 assert(startInfo.second <= endInfo.second); in getDefinitionLengthSlow()
81 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()