Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLinkGraphLayer.h42 auto LGI = getInterface(*G); in add()
63 MaterializationUnit::Interface getInterface(jitlink::LinkGraph &G);
83 : MaterializationUnit(LGLayer.getInterface(*G)), LGLayer(LGLayer), in LinkGraphMaterializationUnit()
H A DSectCreate.h38 : MaterializationUnit(getInterface(ExtraSymbols)), in MaterializationUnit()
50 static Interface getInterface(const ExtraSymbolsMap &ExtraSymbols);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSectCreate.cpp44 MaterializationUnit::Interface SectCreateMaterializationUnit::getInterface( in getInterface() function in llvm::orc::SectCreateMaterializationUnit
H A DLinkGraphLayer.cpp45 MaterializationUnit::Interface LinkGraphLayer::getInterface(LinkGraph &G) { in getInterface() function in llvm::orc::LinkGraphLayer
H A DLazyReexports.cpp237 : MaterializationUnit(getInterface(Reexports)), LRMgr(LRMgr), in MU()
241 Interface getInterface(const SymbolAliasMap &Reexports) { in getInterface() function in llvm::orc::LazyReexportsManager::MU
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2590 ->getInterface(); in GetDeclContextForType()
2702 objc_class_type->getInterface(); in GetCompleteObjCObjectType()
3502 objc_class_type->getInterface(); in IsDefined()
4437 objc_class_type->getInterface(); in GetNumMemberFunctions()
4535 objc_class_type->getInterface(); in GetMemberFunctionAtIndex()
5379 objc_class_type->getInterface(); in GetNumChildren()
5617 objc_class_type->getInterface(); in GetNumFields()
5771 objc_class_type->getInterface(); in GetFieldAtIndex()
5812 objc_class_type->getInterface(); in GetNumDirectBaseClasses()
5825 objc_interface_type->getInterface(); in GetNumDirectBaseClasses()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1733 objectType ? objectType->getInterface() : nullptr; in getObjCSubstitutions()
1751 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()
1766 if (auto *ID = IfaceT->getInterface()) { in acceptsObjCTypeParams()
1779 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow()
1792 ObjCInterfaceDecl *superClassDecl = superClassObjTy->getInterface(); in computeSuperClassTypeSlow()
1828 superClassObjTy->getInterface()); in computeSuperClassTypeSlow()
1846 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType()
1869 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType()
1900 if (OT->getInterface()) in getAsObjCInterfaceType()
H A DExprObjC.cpp316 return Ty->getInterface(); in getReceiverInterface()
H A DASTContext.cpp9470 ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface(); in getObjCEncodingForTypeImpl()
10853 if (LHS->getInterface() && RHS->getInterface()) { in canAssignObjCInterfaces()
10945 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols()
10946 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols()
10957 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
10968 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
11063 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible()
11064 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible()
11081 LHSAncestors[LHS->getInterface()->getCanonicalDecl()] = LHS; in areCommonBaseCompatible()
11083 if (declaresSameEntity(LHS->getInterface(), RDecl)) { in areCommonBaseCompatible()
[all …]
H A DODRHash.cpp1110 AddDecl(T->getInterface()); in VisitObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp148 ObjCInterfaceDecl *iface = objectType->getInterface(); in CheckObjCForCollectionOperand()
510 if (!objcObjectType || !objcObjectType->getInterface()) { in applyObjCTypeArgs()
519 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs()
1490 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
H A DSemaAvailability.cpp848 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface(); in VisitObjCMessageExpr()
1022 if (NamedDecl *D = ObjCO->getInterface()) in VisitTypeLoc()
H A DSemaExprMember.cpp1189 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType()
1321 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp63 ObjCInterfaceDecl *resultClass = result->getInterface(); in checkInitMethod()
597 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnSuperClassOfClassInterface()
1165 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnCompatibilityAlias()
1453 baseClass = objcObjectType->getInterface(); in actOnObjCTypeArgsOrProtocolQualifiers()
3492 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
H A DSemaTypeTraits.cpp1599 ObjCInterfaceDecl *BaseInterface = LHSObjTy->getInterface(); in BuiltinIsBaseOf()
1600 ObjCInterfaceDecl *DerivedInterface = RHSObjTy->getInterface(); in BuiltinIsBaseOf()
H A DSemaExprObjC.cpp1942 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType()
2642 if (!ClassType || !(Class = ClassType->getInterface())) { in BuildClassMessage()
4026 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast()
4090 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h586 getInterface)
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp282 if (const auto *clsD = Ty->getInterface()) { in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1359 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) in getRuntimeDefinition()
1369 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) { in getRuntimeDefinition()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp226 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
560 const ObjCInterfaceDecl *ID = ObjTy->getInterface(); in tryEmitSpecializedAllocInit()
629 OID = ReceiverType->castAs<ObjCObjectType>()->getInterface(); in EmitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp898 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1969 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
2761 expType->getPointeeType()->castAs<ObjCObjectType>()->getInterface(); in RewriteObjCArrayLiteralExpr()
2904 expType->getPointeeType()->castAs<ObjCObjectType>()->getInterface(); in RewriteObjCDictionaryLiteralExpr()
3316 = Exp->getClassReceiver()->castAs<ObjCObjectType>()->getInterface(); in SynthMessageExpr()

12