Home
last modified time | relevance | path

Searched refs:FAPK_Fixed (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3280 FSI->ArgPassingKind = FAPK_Fixed; in getFormatStringInfo()
6444 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Fixed): in checkFormatStringExpr()
6445 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Variadic): in checkFormatStringExpr()
6827 return ArgPassingKind == Sema::FAPK_Fixed || in HasFormatArguments()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2584 FAPK_Fixed, // values to format are fixed (no C-style variadic arguments) enumerator