Home | History | Annotate | Download | only in Basic

Lines Matching defs:ArgNo

718     unsigned ArgNo = *DiagStr++ - '0';
720 DiagnosticsEngine::ArgumentKind Kind = getArgKind(ArgNo);
725 const std::string &S = getArgStdStr(ArgNo);
731 const char *S = getArgCStr(ArgNo);
743 int Val = getArgSInt(ArgNo);
762 unsigned Val = getArgUInt(ArgNo);
781 const IdentifierInfo *II = getArgIdentifier(ArgNo);
799 getDiags()->ConvertArgToString(Kind, getRawArg(ArgNo),
811 FormattedArgs.push_back(std::make_pair(Kind, getRawArg(ArgNo)));
814 (intptr_t)getArgStdStr(ArgNo).c_str()));