Searched refs:ExpandLocStart (Results 1 – 2 of 2) sorted by relevance
49 ExpandLocStart = Tok.getLocation(); in Init()67 assert(ExpandLocStart.isValid()); in Init()76 ExpandLocStart, in Init()107 ExpandLocStart = ExpandLocEnd = SourceLocation(); in Init()461 if(ExpandLocStart.isValid()) { in ExpandFunctionArguments()507 if (ExpandLocStart.isValid()) { in ExpandFunctionArguments()634 if (ExpandLocStart.isValid() && // Don't do this for token streams. in Lex()640 ExpandLocStart, in Lex()815 SM.createExpansionLoc(PasteOpLoc, ExpandLocStart, ExpandLocEnd, 2); in pasteTokens()927 assert(ExpandLocStart.isValid() && MacroExpansionStart.isValid() && in getExpansionLocForMacroDefLoc()
61 SourceLocation ExpandLocStart, ExpandLocEnd; variable