Searched refs:ExpandLocStart (Results 1 – 2 of 2) sorted by relevance
49 ExpandLocStart = Tok.getLocation(); in Init()68 assert(ExpandLocStart.isValid()); in Init()77 ExpandLocStart, in Init()111 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()480 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()537 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()671 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()677 ExpandLocStart, in Lex()853 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()975 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
60 SourceLocation ExpandLocStart, ExpandLocEnd; variable