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