Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6419 Sema::FormatStringInfo CallerFSI; in checkFormatStringExpr() local
6421 PVFormat->getFirstArg(), &CallerFSI)) in checkFormatStringExpr()
6423 if (PV->getFunctionScopeIndex() == CallerFSI.FormatIdx) { in checkFormatStringExpr()
6442 switch (combineFAPK(CallerFSI.ArgPassingKind, APK)) { in checkFormatStringExpr()