Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11341 bool hasCStrMethod(const Expr *E);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8403 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
H A DSemaExpr.cpp932 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()