Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp399 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() argument
402 QualType ArgumentType = ArgumentExpr->getType(); in processArgument()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6862 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr,
7231 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument
7239 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic()
7240 << ArgumentExpr->getSourceRange(); in EmitFormatDiagnostic()
15476 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST]; in CheckArgumentWithTypeTag() local
15479 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr)) in CheckArgumentWithTypeTag()
15482 ArgumentExpr = ICE->getSubExpr(); in CheckArgumentWithTypeTag()
15484 QualType ArgumentType = ArgumentExpr->getType(); in CheckArgumentWithTypeTag()
15492 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag()
15494 Diag(ArgumentExpr->getExprLoc(), in CheckArgumentWithTypeTag()
[all …]