Searched refs:isRefType (Results 1 – 8 of 8) sorted by relevance
106 bool isRefType(const std::string &Name) { in isRefType() function115 return isRefType(FunctionName) || FunctionName == "makeRef" || in isCtorOfRefCounted()137 return isRefType(name); in isReturnValueRefCounted()180 if ((isRefType(className) && (method == "get" || method == "ptr")) || in isGetterOfRefCounted()189 if (isRefType(className)) { in isGetterOfRefCounted()206 return isRefType(ClassName); in isRefCounted()
54 bool isRefType(const std::string &Name);
57 if (isRefType(safeGetName(Decl))) in checkASTDecl()
26 bool isRefType(QualType RetTy, StringRef Prefix,
44 inline bool isRefType(wasm::ValType Type) { in isRefType() function
146 ento::cocoa::isRefType(E->getSubExpr()->getType(), "CF", in transformNonObjCToObjCCast()
96 ento::cocoa::isRefType(callE->getType(), "CF", in isPlusOne()
107 if (!WebAssembly::isRefType(PVT)) { in popRefType()