Home
last modified time | relevance | path

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

123

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSectCreate.h37 : MaterializationUnit(getInterface(ExtraSymbols)), in MaterializationUnit()
49 static Interface getInterface(const ExtraSymbolsMap &ExtraSymbols);
/llvm-project/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp110 if (failed(info->getInterface<InferTypeOpInterface>()->inferReturnTypes( in mlirInferTypeOpInterfaceInferReturnTypes()
144 if (failed(info->getInterface<InferShapedTypeOpInterface>() in mlirInferShapedTypeOpInterfaceInferReturnTypes()
/llvm-project/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/llvm/lib/ExecutionEngine/Orc/
H A DSectCreate.cpp45 MaterializationUnit::Interface SectCreateMaterializationUnit::getInterface( in getInterface()
44 MaterializationUnit::Interface SectCreateMaterializationUnit::getInterface( getInterface() function in llvm::orc::SectCreateMaterializationUnit
/llvm-project/mlir/include/mlir/TableGen/
H A DTrait.h107 Interface getInterface() const;
/llvm-project/mlir/lib/TableGen/
H A DTrait.cpp90 Interface InterfaceTrait::getInterface() const { return Interface(def); } in getInterface() function in InterfaceTrait
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp163 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()
H A DClangASTImporter.cpp394 objc_class_type->getInterface(); in CanImport()
468 objc_class_type->getInterface(); in Import()
896 objc_object_type->getInterface()) { in CompleteAndFetchChildren()
940 objc_object_type->getInterface()) in RequireCompleteType()
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/
H A DTransformInterfaces.h1311 if (!op->getName().getInterface<MemoryEffectOpInterface>()) { in verifyTrait()
1342 if (!op->getName().getInterface<MemoryEffectOpInterface>()) { in verifyTrait()
1605 if (!op->getName().getInterface<TransformOpInterface>()) { in verifyTrait()
/llvm-project/mlir/include/mlir/IR/
H A DTypeSupport.h79 typename T::Concept *getInterface() const { in getInterface() function
H A DAttributeSupport.h78 typename T::Concept *getInterface() const { in getInterface() function
H A DTypes.h291 return type.getAbstractType().getInterface<ConcreteType>(); in getInterfaceFor()
H A DAttributes.h315 return attr.getAbstractAttribute().getInterface<ConcreteType>();
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2566 ->getInterface(); in GetDeclContextForType()
2678 objc_class_type->getInterface(); in GetCompleteObjCObjectType()
3478 objc_class_type->getInterface(); in IsObjCClassType()
4428 objc_class_type->getInterface(); in GetMemberFunctionAtIndex()
4526 objc_class_type->getInterface(); in GetMemberFunctionAtIndex()
5388 objc_class_type->getInterface(); in GetNumChildren()
5626 objc_class_type->getInterface(); in GetNumFields()
5780 objc_class_type->getInterface(); in GetFieldAtIndex()
5821 objc_class_type->getInterface(); in GetNumDirectBaseClasses()
5834 objc_interface_type->getInterface(); in GetNumDirectBaseClasses()
[all...]
/llvm-project/clang/lib/AST/
H A DType.cpp1720 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in acceptsObjCTypeParams()
1739 curClassDecl = objectType->getInterface(); in computeSuperClassTypeSlow()
1754 if (auto *ID = IfaceT->getInterface()) { in computeSuperClassTypeSlow()
1767 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow()
1780 ObjCInterfaceDecl *superClassDecl = superClassObjTy->getInterface(); in computeSuperClassTypeSlow()
1816 superClassObjTy->getInterface()); in getAsObjCQualifiedInterfaceType()
1834 if (auto interfaceDecl = getObjectType()->getInterface()) { in getAsObjCQualifiedIdType()
1856 if (T->getNumProtocols() && T->getInterface()) in getAsObjCInterfaceType()
1887 if (OT->getInterface()) in getAsRecordDecl()
H A DASTContext.cpp9189 ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface(); in CreateSystemZBuiltinVaListDecl()
10688 if (LHS->getInterface() && RHS->getInterface()) { in mergeFunctionTypes()
10780 assert(LHS->getInterface() && "LHS must have an interface base"); in mergeTypes()
10781 assert(RHS->getInterface() && "RHS must have an interface base"); in mergeTypes()
10792 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in mergeTypes()
10803 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in mergeTypes()
10898 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in mergeTypes()
10899 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in mergeTypes()
10916 LHSAncestors[LHS->getInterface() in mergeTypes()
[all...]
H A DExprObjC.cpp319 return Ty->getInterface(); in getReceiverInterface()
/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp832 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface(); in DiagnoseDeclAvailability()
1006 if (NamedDecl *D = ObjCO->getInterface()) in DiagnoseUnguardedAvailabilityViolations()
H A DSemaObjC.cpp153 ObjCInterfaceDecl *iface = objectType->getInterface(); in CheckObjCForCollectionOperand()
515 if (!objcObjectType || !objcObjectType->getInterface()) { in applyObjCTypeArgs()
524 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs()
1495 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
H A DSemaExprMember.cpp1297 if (opty && !opty->getObjectType()->getInterface()) in LookupMemberExpr()
1430 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()
/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h584 getInterface)
/llvm-project/clang/lib/Index/
H A DIndexBody.cpp284 if (const auto *clsD = Ty->getInterface()) { in VisitObjCMessageExpr()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1349 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) in getRuntimeDefinition()
1359 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) { in getRuntimeDefinition()
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp322 QualType Ty = IBAttr->getInterface(); in AttrListInfo()
324 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp627 if (auto interface = op.getInterface()) { in processOp()

123