Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2283 bool hasCStrMethod(const Expr *E);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6855 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
H A DSemaExpr.cpp997 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()