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()481 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()539 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()673 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()679 ExpandLocStart, in Lex()854 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()966 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
60 SourceLocation ExpandLocStart, ExpandLocEnd; variable