Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp878 QualTypeVals.push_back(getRawArg(i)); in FormatDiagnostic()
1021 tok::TokenKind Kind = static_cast<tok::TokenKind>(getRawArg(ArgNo)); in FormatDiagnostic()
1064 getDiags()->ConvertArgToString(Kind, getRawArg(ArgNo), in FormatDiagnostic()
1073 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic()
1074 TDT.ToType = getRawArg(ArgNo2); in FormatDiagnostic()
1146 FormattedArgs.push_back(std::make_pair(Kind, getRawArg(ArgNo))); in FormatDiagnostic()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DPartialDiagnostic.h98 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I)); in PartialDiagnostic()
H A DDiagnostic.h1639 uint64_t getRawArg(unsigned Idx) const { in getRawArg() function