Searched refs:hasInterface (Results 1 – 13 of 13) sorted by relevance
21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument44 hasInterface(isDirectlyDerivedFrom("NSObject")), in registerMatchers()
52 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument81 hasDeclContext(objcImplementationDecl(hasInterface( in registerMatchers()
23 return info && info->hasInterface(unwrap(interfaceTypeID)); in mlirOperationImplementsInterface()31 return info && info->hasInterface(unwrap(interfaceTypeID)); in mlirOperationImplementsInterfaceStatic()
32 assert((opName.hasInterface<TransformOpInterface>() || in checkImplementsTransformInterface()36 assert(opName.hasInterface<MemoryEffectOpInterface>() && in checkImplementsTransformInterface()
173 bool hasInterface() const { in hasInterface() function174 return hasInterface(TypeID::get<T>()); in hasInterface()176 bool hasInterface(TypeID interfaceID) const { in hasInterface() function188 return !isRegistered() || hasInterface(interfaceID); in mightHaveInterface()
68 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
72 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
108 return info.hasInterface(*interfaceID); in FrozenRewritePatternSet()
58 if (!opName.hasInterface<InferTypeOpInterface>()) { in verify()
422 return opName.hasInterface<InterfaceT>(); in canScheduleOn()
293 return opName.hasInterface<InferTypeOpInterface>(); in hasTypeInference()
1109 const auto hasInterface{[&symbol](const Symbol *s) -> bool { in Collect() local1122 needed = needed || hasInterface(dummyArg); in Collect()1125 needed || (details.isFunction() && hasInterface(&details.result())); in Collect()
101 return opInfo.hasInterface<FunctionOpInterface>();