Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8481 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
8535 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, APK, format_idx, in checkFormatStringExpr()
8544 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
8596 return checkFormatStringExpr( in checkFormatStringExpr()
8692 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
8709 return checkFormatStringExpr( in checkFormatStringExpr()
8739 return checkFormatStringExpr( in checkFormatStringExpr()
8885 StringLiteralCheckType CT = checkFormatStringExpr( in CheckFormatArguments()