Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6313 const Expr *OrigFormatExpr,
6651 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
6701 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
6718 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
6729 const Expr *OrigFormatExpr; member in __anon7dcd61c00f11::CheckFormatHandler
6830 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
6974 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
6998 UncoveredArg.Update(notCoveredArg, OrigFormatExpr); in DoneProcessing()
8229 const Expr *OrigFormatExpr, in CheckFormatString() argument
8243 /*IsStringLocation*/ true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
[all …]