Searched refs:ArgumentExpr (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 400 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() argument 403 QualType ArgumentType = ArgumentExpr->getType(); in processArgument()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6214 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr, 6578 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument 6586 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic() 6587 << ArgumentExpr->getSourceRange(); in EmitFormatDiagnostic() 14044 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST]; in CheckArgumentWithTypeTag() local 14047 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr)) in CheckArgumentWithTypeTag() 14050 ArgumentExpr = ICE->getSubExpr(); in CheckArgumentWithTypeTag() 14052 QualType ArgumentType = ArgumentExpr->getType(); in CheckArgumentWithTypeTag() 14060 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag() 14062 Diag(ArgumentExpr->getExprLoc(), in CheckArgumentWithTypeTag() [all …]
|