| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SectCreate.h | 37 : MaterializationUnit(getInterface(ExtraSymbols)), in MaterializationUnit() 49 static Interface getInterface(const ExtraSymbolsMap &ExtraSymbols);
|
| /llvm-project/mlir/lib/CAPI/Interfaces/ |
| H A D | Interfaces.cpp | 110 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 D | KaleidoscopeJIT.h | 105 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 D | SectCreate.cpp | 45 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 D | Trait.h | 107 Interface getInterface() const;
|
| /llvm-project/mlir/lib/TableGen/ |
| H A D | Trait.cpp | 90 Interface InterfaceTrait::getInterface() const { return Interface(def); } in getInterface() function in InterfaceTrait
|
| /llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 163 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()
|
| H A D | ClangASTImporter.cpp | 394 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 D | TransformInterfaces.h | 1311 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 D | TypeSupport.h | 79 typename T::Concept *getInterface() const { in getInterface() function
|
| H A D | AttributeSupport.h | 78 typename T::Concept *getInterface() const { in getInterface() function
|
| H A D | Types.h | 291 return type.getAbstractType().getInterface<ConcreteType>(); in getInterfaceFor()
|
| H A D | Attributes.h | 315 return attr.getAbstractAttribute().getInterface<ConcreteType>();
|
| /llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2566 ->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 D | Type.cpp | 1720 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 D | ASTContext.cpp | 9189 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 D | ExprObjC.cpp | 319 return Ty->getInterface(); in getReceiverInterface()
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 832 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface(); in DiagnoseDeclAvailability() 1006 if (NamedDecl *D = ObjCO->getInterface()) in DiagnoseUnguardedAvailabilityViolations()
|
| H A D | SemaObjC.cpp | 153 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 D | SemaExprMember.cpp | 1297 if (opty && !opty->getObjectType()->getInterface()) in LookupMemberExpr() 1430 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()
|
| /llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 584 getInterface)
|
| /llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 284 if (const auto *clsD = Ty->getInterface()) { in VisitObjCMessageExpr()
|
| /llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1349 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) in getRuntimeDefinition() 1359 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) { in getRuntimeDefinition()
|
| /llvm-project/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 322 QualType Ty = IBAttr->getInterface(); in AttrListInfo() 324 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
|
| /llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | SerializeOps.cpp | 627 if (auto interface = op.getInterface()) { in processOp()
|