Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8799 S, C->getFalseExpr(), Args, APK, format_idx, firstDataArg, Type, in checkFormatStringExpr()
8947 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr()
8998 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr()
9137 if (format_idx >= Args.size()) { in CheckFormatArguments()
9142 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
9158 *this, OrigFormatExpr, Args, APK, format_idx, firstDataArg, Type, in CheckFormatArguments()
9183 SourceLocation FormatLoc = Args[format_idx]->getBeginLoc(); in CheckFormatArguments()
10854 S, inFunctionCall, Args[format_idx], in CheckFormatString()
10880 S, inFunctionCall, Args[format_idx], in CheckFormatString()
10890 S, inFunctionCall, Args[format_idx], in CheckFormatString()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13586 FormatArgumentPassingKind FAPK, unsigned format_idx,