Lines Matching defs:ArgPassingKind
3026 FSI->ArgPassingKind = FAPK_VAList;
3028 FSI->ArgPassingKind = FAPK_Variadic;
3030 FSI->ArgPassingKind = FAPK_Fixed;
3033 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1;
6112 switch (combineFAPK(CallerFSI.ArgPassingKind, APK)) {
6313 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx,
6415 const Sema::FormatArgumentPassingKind ArgPassingKind;
6438 ArgPassingKind(APK), Args(Args), FormatIdx(formatIdx),
6680 if (ArgPassingKind != Sema::FAPK_VAList) {
6959 if (ArgPassingKind != Sema::FAPK_VAList) {
7361 if (ArgPassingKind == Sema::FAPK_VAList)
8018 if (ArgPassingKind == Sema::FAPK_VAList)