Searched refs:macroStart (Results 1 – 1 of 1) sorted by relevance
45 SourceLocation macroStart = firstToken.getLocation(); in getDefinitionLengthSlow() local47 assert(macroStart.isValid() && macroEnd.isValid()); in getDefinitionLengthSlow()48 assert((macroStart.isFileID() || firstToken.is(tok::comment)) && in getDefinitionLengthSlow()53 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow()