Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11943 bool hasCStrMethod(const Expr *E);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9654 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
H A DSemaExpr.cpp986 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()