Home
last modified time | relevance | path

Searched refs:getInterface (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DTrait.h99 Interface getInterface() const;
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h105 MaterializationUnit::Interface getInterface(FunctionAST &F) { in getInterface() function
120 : MaterializationUnit(L.getInterface(*F)), L(L), F(std::move(F)) {} in KaleidoscopeASTMaterializationUnit()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DTrait.cpp82 Interface InterfaceTrait::getInterface() const { return Interface(def); } in getInterface() function in InterfaceTrait
/llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp72 if (failed(info->getInterface<InferTypeOpInterface>()->inferReturnTypes( in mlirInferTypeOpInterfaceInferReturnTypes()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h735 if (!op->getName().getInterface<MemoryEffectOpInterface>()) { in verifyTrait()
765 if (!op->getName().getInterface<MemoryEffectOpInterface>()) { in verifyTrait()
957 if (!op->getName().getInterface<TransformOpInterface>()) { in verifyTrait()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp165 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()
H A DClangASTImporter.cpp391 objc_class_type->getInterface(); in CanImport()
465 objc_class_type->getInterface(); in Import()
654 objc_object_type->getInterface()) { in CompleteAndFetchChildren()
698 objc_object_type->getInterface()) in RequireCompleteType()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeSupport.h63 typename T::Concept *getInterface() const { in getInterface() function
H A DAttributeSupport.h66 typename T::Concept *getInterface() const { in getInterface() function
H A DTypes.h223 return type.getAbstractType().getInterface<ConcreteType>(); in getInterfaceFor()
H A DAttributes.h235 return attr.getAbstractAttribute().getInterface<ConcreteType>(); in getInterfaceFor()
H A DOperationSupport.h167 typename T::Concept *getInterface() const { in getInterface() function
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1563 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions()
1582 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()
1597 if (auto *ID = IfaceT->getInterface()) { in acceptsObjCTypeParams()
1610 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow()
1623 ObjCInterfaceDecl *superClassDecl = superClassObjTy->getInterface(); in computeSuperClassTypeSlow()
1659 superClassObjTy->getInterface()); in computeSuperClassTypeSlow()
1677 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType()
1699 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType()
1730 if (OT->getInterface()) in getAsObjCInterfaceType()
H A DASTContext.cpp9611 if (LHS->getInterface() && RHS->getInterface()) { in canAssignObjCInterfaces()
9818 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible()
9819 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible()
9836 LHSAncestors[LHS->getInterface()->getCanonicalDecl()] = LHS; in areCommonBaseCompatible()
9838 if (declaresSameEntity(LHS->getInterface(), RDecl)) { in areCommonBaseCompatible()
9844 if (!sameObjCTypeArgs(*this, LHS->getInterface(), in areCommonBaseCompatible()
9895 if (!sameObjCTypeArgs(*this, LHS->getInterface(), in areCommonBaseCompatible()
9938 assert(LHS->getInterface() && "LHS is not an interface type"); in canAssignObjCInterfaces()
9939 assert(RHS->getInterface() && "RHS is not an interface type"); in canAssignObjCInterfaces()
9943 ObjCInterfaceDecl *LHSInterface = LHS->getInterface(); in canAssignObjCInterfaces()
[all …]
H A DExprObjC.cpp321 return Ty->getInterface(); in getReceiverInterface()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2644 ->getInterface(); in GetDeclContextForType()
2740 objc_class_type->getInterface(); in GetCompleteQualType()
3465 objc_class_type->getInterface(); in IsDefined()
5393 objc_class_type->getInterface(); in GetNumChildren()
5628 objc_class_type->getInterface(); in GetNumFields()
5781 objc_class_type->getInterface(); in GetFieldAtIndex()
5821 objc_class_type->getInterface(); in GetNumDirectBaseClasses()
5921 objc_class_type->getInterface(); in GetDirectBaseClassAtIndex()
6313 objc_class_type->getInterface(); in GetChildCompilerTypeAtIndex()
7313 return objc_class_type->getInterface(); in GetAsObjCInterfaceDecl()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp692 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface(); in VisitObjCMessageExpr()
858 if (NamedDecl *D = ObjCO->getInterface()) in VisitTypeLoc()
H A DSemaExprMember.cpp1209 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType()
1339 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp454 if (getInterface().has_value()) { in apply()
455 auto iface = getInterface().value(); in apply()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1275 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) in getRuntimeDefinition()
1285 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) { in getRuntimeDefinition()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h583 getInterface)
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp270 if (const auto *clsD = Ty->getInterface()) { in VisitObjCMessageExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp321 QualType Ty = IBAttr->getInterface(); in AttrListInfo()
323 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
H A DCIndexCodeCompletion.cpp625 D = Obj->getInterface(); in ProcessCodeCompleteResults()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp425 Interface iface = trait.getInterface(); // causes strange bugs if elided in emitTraitMethods()

123