Searched refs:tokI (Results 1 – 1 of 1) sorted by relevance
5562 SourceLocation GetTokenLoc(unsigned tokI) { in GetTokenLoc() argument5563 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc()5565 bool isFunctionMacroToken(unsigned tokI) const { in isFunctionMacroToken()5566 return getTok(tokI).int_data[3] != 0; in isFunctionMacroToken()5568 SourceLocation getFunctionMacroTokenLoc(unsigned tokI) const { in getFunctionMacroTokenLoc()5569 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc()5945 SourceLocation getTokenLoc(unsigned tokI) { in getTokenLoc() argument5946 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc()5949 void setFunctionMacroTokenLoc(unsigned tokI, SourceLocation loc) { in setFunctionMacroTokenLoc() argument5952 getTok(tokI).int_data[3] = loc.getRawEncoding(); in setFunctionMacroTokenLoc()