Searched refs:ExpandLocStart (Results 1 – 2 of 2) sorted by relevance
50 ExpandLocStart = Tok.getLocation(); in Init()69 assert(ExpandLocStart.isValid()); in Init()78 ExpandLocStart, in Init()112 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()481 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()538 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()672 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()678 ExpandLocStart, in Lex()853 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()965 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
60 SourceLocation ExpandLocStart, ExpandLocEnd; variable