Searched refs:ExpandLocStart (Results 1 – 2 of 2) sorted by relevance
36 ExpandLocStart = Tok.getLocation(); in Init()54 assert(ExpandLocStart.isValid()); in Init()63 ExpandLocStart, in Init()94 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()298 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()343 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()467 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()473 ExpandLocStart, in Lex()631 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in PasteTokens()743 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
64 SourceLocation ExpandLocStart, ExpandLocEnd; variable