Home
last modified time | relevance | path

Searched refs:getRawArg (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Basic/
DDiagnostic.cpp644 QualTypeVals.push_back(getRawArg(i)); in FormatDiagnostic()
785 tok::TokenKind Kind = static_cast<tok::TokenKind>(getRawArg(ArgNo)); in FormatDiagnostic()
826 getDiags()->ConvertArgToString(Kind, getRawArg(ArgNo), in FormatDiagnostic()
835 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()
836 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()
907 FormattedArgs.push_back(std::make_pair(Kind, getRawArg(ArgNo))); in FormatDiagnostic()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h218 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I)); in PartialDiagnostic()
DDiagnostic.h1191 intptr_t getRawArg(unsigned Idx) const { in getRawArg() function