Home
last modified time | relevance | path

Searched defs:OrigFormatExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10873 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); CheckFormatArguments() local
10950 const Expr *OrigFormatExpr; global() member in __anon6690ba031f11::CheckFormatHandler
12567 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...]