Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSectCreate.h37 : MaterializationUnit(getInterface(ExtraSymbols)), in MaterializationUnit()
49 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
/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.cpp395 objc_class_type->getInterface(); in CanImport()
469 objc_class_type->getInterface(); in Import()
897 objc_object_type->getInterface()) { in CompleteAndFetchChildren()
941 objc_object_type->getInterface()) in RequireCompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2561 ->getInterface(); in GetDeclContextForType()
2673 objc_class_type->getInterface(); in GetCompleteObjCObjectType()
3459 objc_class_type->getInterface(); in IsDefined()
4406 objc_class_type->getInterface(); in GetNumMemberFunctions()
4504 objc_class_type->getInterface(); in GetMemberFunctionAtIndex()
5405 objc_class_type->getInterface(); in GetNumChildren()
5643 objc_class_type->getInterface(); in GetNumFields()
5797 objc_class_type->getInterface(); in GetFieldAtIndex()
5838 objc_class_type->getInterface(); in GetNumDirectBaseClasses()
5851 objc_interface_type->getInterface(); in GetNumDirectBaseClasses()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1686 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions()
1705 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()
1720 if (auto *ID = IfaceT->getInterface()) { in acceptsObjCTypeParams()
1733 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow()
1746 ObjCInterfaceDecl *superClassDecl = superClassObjTy->getInterface(); in computeSuperClassTypeSlow()
1782 superClassObjTy->getInterface()); in computeSuperClassTypeSlow()
1800 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType()
1822 if (T->getNumProtocols() && T->getInterface()) in getAsObjCQualifiedInterfaceType()
1853 if (OT->getInterface()) in getAsObjCInterfaceType()
H A DASTContext.cpp8871 ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface(); in getObjCEncodingForTypeImpl()
10280 if (LHS->getInterface() && RHS->getInterface()) { in canAssignObjCInterfaces()
10372 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols()
10373 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols()
10384 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
10395 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
10490 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible()
10491 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible()
10508 LHSAncestors[LHS->getInterface()->getCanonicalDecl()] = LHS; in areCommonBaseCompatible()
10510 if (declaresSameEntity(LHS->getInterface(), RDecl)) { in areCommonBaseCompatible()
[all …]
H A DExprObjC.cpp321 return Ty->getInterface(); in getReceiverInterface()
H A DODRHash.cpp1082 AddDecl(T->getInterface()); in VisitObjCObjectType()
H A DDeclObjC.cpp361 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp152 ObjCInterfaceDecl *iface = objectType->getInterface(); in CheckObjCForCollectionOperand()
514 if (!objcObjectType || !objcObjectType->getInterface()) { in applyObjCTypeArgs()
523 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs()
1494 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
H A DSemaAvailability.cpp808 ID = ReceiverTy->getAsObjCInterfaceType()->getInterface(); in VisitObjCMessageExpr()
982 if (NamedDecl *D = ObjCO->getInterface()) in VisitTypeLoc()
H A DSemaExprMember.cpp1253 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType()
1386 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp64 ObjCInterfaceDecl *resultClass = result->getInterface(); in checkInitMethod()
598 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnSuperClassOfClassInterface()
1165 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnCompatibilityAlias()
1450 baseClass = objcObjectType->getInterface(); in actOnObjCTypeArgsOrProtocolQualifiers()
3489 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
H A DSemaExprObjC.cpp1955 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType()
2653 if (!ClassType || !(Class = ClassType->getInterface())) { in BuildClassMessage()
4036 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast()
4100 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h582 getInterface)
H A DType.h7227 ObjCInterfaceDecl *getInterface() const;
7374 inline ObjCInterfaceDecl *ObjCObjectType::getInterface() const {
7448 return getObjectType()->getInterface();
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp284 if (const auto *clsD = Ty->getInterface()) { in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1339 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) in getRuntimeDefinition()
1349 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()
H A DCGObjCGNU.cpp2516 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
4281 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp902 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1970 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
2762 expType->getPointeeType()->castAs<ObjCObjectType>()->getInterface(); in RewriteObjCArrayLiteralExpr()
2905 expType->getPointeeType()->castAs<ObjCObjectType>()->getInterface(); in RewriteObjCDictionaryLiteralExpr()
3317 = Exp->getClassReceiver()->castAs<ObjCObjectType>()->getInterface(); in SynthMessageExpr()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1039 return matchesDecl(S->getInterface(), Finder, Builder);

12