Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7524 const Expr *OrigFormatExpr,
7890 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
7940 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7957 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
7968 const Expr *OrigFormatExpr; member in __anonfebdc2651311::CheckFormatHandler
8069 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
8213 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
8237 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
9511 const Expr *OrigFormatExpr, in CheckFormatString() argument
9526 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
[all …]