Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9491 bool hasCStrMethod(const Expr *E);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7436 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
H A DSemaExpr.cpp852 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()