Searched refs:maybeConstEvalStringLiteral (Results 1 – 1 of 1) sorted by relevance
10447 static const Expr *maybeConstEvalStringLiteral(ASTContext &Context,10482 if (const clang::Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) { in checkFormatStringExpr()10699 if (const Expr *SLE = maybeConstEvalStringLiteral(S.Context, E)) in checkFormatStringExpr()10818 static const Expr *maybeConstEvalStringLiteral(ASTContext &Context, in maybeConstEvalStringLiteral() function