Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10873 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
10922 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
10939 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
10950 const Expr *OrigFormatExpr; member in __anon1d690be71f11::CheckFormatHandler
11052 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
11196 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
11220 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
12578 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
12605 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
12614 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
[all …]