Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8870 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
8919 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
8936 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
8947 const Expr *OrigFormatExpr; member in __anon8097fee11c11::CheckFormatHandler
9049 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
9193 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
9217 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
10534 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10561 /*IsStringLocation=*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
10570 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
[all …]