Lines Matching defs:ArgPassingKind
2948 FSI->ArgPassingKind = FAPK_VAList;
2950 FSI->ArgPassingKind = FAPK_Variadic;
2952 FSI->ArgPassingKind = FAPK_Fixed;
2955 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1;
5851 switch (combineFAPK(CallerFSI.ArgPassingKind, APK)) {
6052 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx,
6153 const Sema::FormatArgumentPassingKind ArgPassingKind;
6176 ArgPassingKind(APK), Args(Args), FormatIdx(formatIdx),
6412 if (ArgPassingKind != Sema::FAPK_VAList) {
6692 if (ArgPassingKind != Sema::FAPK_VAList) {
7094 if (ArgPassingKind == Sema::FAPK_VAList)
7751 if (ArgPassingKind == Sema::FAPK_VAList)