Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6196 const StringLiteral *ReferenceFormatString, const Expr *OrigFormatExpr,
6211 Sema &S, const StringLiteral *ReferenceFormatString, const Expr *E, in checkFormatStringExpr() argument
6239 S, ReferenceFormatString, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
6274 S, ReferenceFormatString, C->getTrueExpr(), Args, APK, format_idx, in checkFormatStringExpr()
6283 S, ReferenceFormatString, C->getFalseExpr(), Args, APK, format_idx, in checkFormatStringExpr()
6335 S, ReferenceFormatString, Init, Args, APK, format_idx, in checkFormatStringExpr()
6411 S, ReferenceFormatString, PVFormatMatches->getFormatString(), in checkFormatStringExpr()
6467 S, ReferenceFormatString, Arg, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
6484 S, ReferenceFormatString, Arg, Args, APK, format_idx, in checkFormatStringExpr()
6492 S, ReferenceFormatString, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3014 const StringLiteral *ReferenceFormatString,