Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h8584 bool hasCStrMethod(const Expr *E);
/external/llvm-project/clang/include/clang/Sema/
DSema.h11145 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()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8200 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
DSemaExpr.cpp935 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()