| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Trait.h | 99 Interface getInterface() const;
|
| /llvm-project-15.0.7/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-15.0.7/mlir/lib/TableGen/ |
| H A D | Trait.cpp | 82 Interface InterfaceTrait::getInterface() const { return Interface(def); } in getInterface() function in InterfaceTrait
|
| /llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/ |
| H A D | Interfaces.cpp | 72 if (failed(info->getInterface<InferTypeOpInterface>()->inferReturnTypes( in mlirInferTypeOpInterfaceInferReturnTypes()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/ |
| H A D | TransformInterfaces.h | 735 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 D | NameSearchContext.cpp | 165 ObjCInterfaceDecl *interface_decl = objc_object_type->getInterface(); in AddTypeDecl()
|
| H A D | ClangASTImporter.cpp | 391 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 D | TypeSupport.h | 63 typename T::Concept *getInterface() const { in getInterface() function
|
| H A D | AttributeSupport.h | 66 typename T::Concept *getInterface() const { in getInterface() function
|
| H A D | Types.h | 223 return type.getAbstractType().getInterface<ConcreteType>(); in getInterfaceFor()
|
| H A D | Attributes.h | 235 return attr.getAbstractAttribute().getInterface<ConcreteType>(); in getInterfaceFor()
|
| H A D | OperationSupport.h | 167 typename T::Concept *getInterface() const { in getInterface() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 1563 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 D | ASTContext.cpp | 9611 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 D | ExprObjC.cpp | 321 return Ty->getInterface(); in getReceiverInterface()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2644 ->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 D | SemaAvailability.cpp | 692 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface(); in VisitObjCMessageExpr() 858 if (NamedDecl *D = ObjCO->getInterface()) in VisitTypeLoc()
|
| H A D | SemaExprMember.cpp | 1209 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 D | LinalgTransformOps.cpp | 454 if (getInterface().has_value()) { in apply() 455 auto iface = getInterface().value(); in apply()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1275 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 D | CanonicalType.h | 583 getInterface)
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexBody.cpp | 270 if (const auto *clsD = Ty->getInterface()) { in VisitObjCMessageExpr()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 321 QualType Ty = IBAttr->getInterface(); in AttrListInfo() 323 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
|
| H A D | CIndexCodeCompletion.cpp | 625 D = Obj->getInterface(); in ProcessCodeCompleteResults()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | AttrOrTypeDefGen.cpp | 425 Interface iface = trait.getInterface(); // causes strange bugs if elided in emitTraitMethods()
|