Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp49 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow() local
50 assert(macroStart.isValid() && macroEnd.isValid()); in getDefinitionLengthSlow()
53 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
58 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()