Searched refs:ArgumentExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | CallEvent.cpp | 477 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() argument 480 QualType ArgumentType = ArgumentExpr->getType(); in processArgument()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 8033 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr, 8397 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument 8405 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 8406 << ArgumentExpr->getSourceRange(); in EmitFormatDiagnostic() 16194 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST]; in CheckArgumentWithTypeTag() local 16197 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr)) in CheckArgumentWithTypeTag() 16200 ArgumentExpr = ICE->getSubExpr(); in CheckArgumentWithTypeTag() 16202 QualType ArgumentType = ArgumentExpr->getType(); in CheckArgumentWithTypeTag() 16210 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag() 16212 Diag(ArgumentExpr->getExprLoc(), in CheckArgumentWithTypeTag() [all …]
|