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.cpp2952 FSI->ArgPassingKind = FAPK_Fixed; in getFormatStringInfo()
5853 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Fixed): in checkFormatStringExpr()
5854 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Variadic): in checkFormatStringExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2179 FAPK_Fixed, // values to format are fixed (no C-style variadic arguments) enumerator