Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8110 bool hasCStrMethod(const Expr *E);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp3775 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
HDSemaExpr.cpp893 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()