Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12310 bool hasCStrMethod(const Expr *E);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9927 bool Sema::hasCStrMethod(const Expr *E) { in hasCStrMethod() function in Sema
H A DSemaExpr.cpp990 << Ty << CT << hasCStrMethod(E) << ".c_str()"); in checkVariadicArgument()