HomeSort by: relevance | last modified time | path
    Searched defs:ArgumentExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7761 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr,
8103 /// \param ArgumentExpr the expression that is passed as the format string
8125 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr,
8133 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag)
8134 << ArgumentExpr->getSourceRange();
15853 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST];
15856 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr))
15859 ArgumentExpr = ICE->getSubExpr();
15861 QualType ArgumentType = ArgumentExpr->getType();
15869 if (!ArgumentExpr->isNullPointerConstant(Context
    [all...]
SemaChecking.cpp 7761 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr,
8103 /// \param ArgumentExpr the expression that is passed as the format string
8125 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr,
8133 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag)
8134 << ArgumentExpr->getSourceRange();
15853 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST];
15856 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr))
15859 ArgumentExpr = ICE->getSubExpr();
15861 QualType ArgumentType = ArgumentExpr->getType();
15869 if (!ArgumentExpr->isNullPointerConstant(Context
    [all...]

Completed in 88 milliseconds