Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h2283 bool hasCStrMethod(const Expr *E);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp6855 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
HDSemaExpr.cpp997 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()