Searched refs:getRawArg (Results 1 – 3 of 3) sorted by relevance
1156 QualTypeVals.push_back(getRawArg(i)); in FormatDiagnostic()1307 tok::TokenKind Kind = static_cast<tok::TokenKind>(getRawArg(ArgNo)); in FormatDiagnostic()1352 getDiags()->ConvertArgToString(Kind, getRawArg(ArgNo), in FormatDiagnostic()1360 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()1361 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()1430 FormattedArgs.push_back(std::make_pair(Kind, getRawArg(ArgNo))); in FormatDiagnostic()
98 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I)); in PartialDiagnostic()
1619 uint64_t getRawArg(unsigned Idx) const { in getRawArg() function