Home
last modified time | relevance | path

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

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