Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h8584 bool hasCStrMethod(const Expr *E);
/external/clang/lib/Sema/
DSemaChecking.cpp4827 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
DSemaExpr.cpp918 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()