Searched refs:ExpandLocStart (Results 1 – 2 of 2) sorted by relevance
48 ExpandLocStart = Tok.getLocation(); in Init()67 assert(ExpandLocStart.isValid()); in Init()76 ExpandLocStart, in Init()110 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()479 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()852 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()964 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
60 SourceLocation ExpandLocStart, ExpandLocEnd; variable