Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp46 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow() local
47 assert(macroStart.isValid() && macroEnd.isValid()); in getDefinitionLengthSlow()
50 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
55 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp48 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow() local
49 assert(macroStart.isValid() && macroEnd.isValid()); in getDefinitionLengthSlow()
52 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()