Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1960 static bool IsStringLiteralCall(const CallExpr *E) { in IsStringLiteralCall() function
2009 return IsStringLiteralCall(cast<CallExpr>(E)); in IsGlobalLValue()
8964 if (IsStringLiteralCall(E)) in VisitCallExpr()