Searched refs:tokI (Results 1 – 1 of 1) sorted by relevance
6190 SourceLocation GetTokenLoc(unsigned tokI) { in GetTokenLoc() argument6191 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc()6193 bool isFunctionMacroToken(unsigned tokI) const { in isFunctionMacroToken()6194 return getTok(tokI).int_data[3] != 0; in isFunctionMacroToken()6196 SourceLocation getFunctionMacroTokenLoc(unsigned tokI) const { in getFunctionMacroTokenLoc()6197 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc()6573 SourceLocation getTokenLoc(unsigned tokI) { in getTokenLoc() argument6574 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc()6577 void setFunctionMacroTokenLoc(unsigned tokI, SourceLocation loc) { in setFunctionMacroTokenLoc() argument6580 getTok(tokI).int_data[3] = loc.getRawEncoding(); in setFunctionMacroTokenLoc()