Searched refs:ArgumentExpr (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 397 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() argument 400 QualType ArgumentType = ArgumentExpr->getType(); in processArgument()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9286 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr, 9650 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument 9658 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 9659 << ArgumentExpr->getSourceRange(); in EmitFormatDiagnostic() 17587 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST]; in CheckArgumentWithTypeTag() local 17590 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr)) in CheckArgumentWithTypeTag() 17593 ArgumentExpr = ICE->getSubExpr(); in CheckArgumentWithTypeTag() 17595 QualType ArgumentType = ArgumentExpr->getType(); in CheckArgumentWithTypeTag() 17603 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag() 17605 Diag(ArgumentExpr->getExprLoc(), in CheckArgumentWithTypeTag() [all …]
|