Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5648 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