Searched defs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6067 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); CheckFormatArguments() local 6144 const Expr *OrigFormatExpr; global() member in __anond0e4d2a41b11::CheckFormatHandler 7806 CheckFormatString(Sema & S,const FormatStringLiteral * FExpr,const Expr * OrigFormatExpr,ArrayRef<const Expr * > Args,Sema::FormatArgumentPassingKind APK,unsigned format_idx,unsigned firstDataArg,Sema::FormatStringType Type,bool inFunctionCall,Sema::VariadicCallType CallType,llvm::SmallBitVector & CheckedVarArgs,UncoveredArgHandler & UncoveredArg,bool IgnoreStringsWithoutSpecifiers) CheckFormatString() argument [all...] |