Home
last modified time | relevance | path

Searched defs:IFace (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp108 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace, in maybeAdjustInterfaceForSubscriptingCheck()
155 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace, in canRewriteToSubscriptSyntax()
202 static bool rewriteToArraySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptGet()
212 static bool rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptGet()
222 static bool rewriteToArraySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptSet()
256 static bool rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptSet()
298 const ObjCInterfaceDecl *IFace = in rewriteToObjCSubscriptSyntax() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp475 const ObjCInterfaceDecl *IFace = this; in findInterfaceWithDesignatedInitializers() local
546 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in getDesignatedInitializers() local
577 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in isDesignatedInitializer() local
2104 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp4649 } else if (ObjCInterfaceDecl *IFace = in AddObjCProperties() local
4868 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(ClassNamePtr, ClassNameLoc); in CodeCompleteObjCClassPropertyRefExpr() local
6224 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); in AddObjCMethods() local
6457 ObjCInterfaceDecl *IFace = nullptr; in GetAssumedMessageSendExprType() local
6891 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { in CodeCompleteObjCInstanceMessage() local
7460 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { in FindImplementableMethods() local
7680 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { in AddObjCKeyValueCompletions() local
8330 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl() local
HDSemaObjCProperty.cpp233 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local
1847 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
HDSemaPseudoObject.cpp665 if (const ObjCInterfaceDecl *IFace = in findSetter() local
HDSemaExprMember.cpp1561 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
HDSemaExprObjC.cpp1857 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr() local
2038 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, in ActOnClassPropertyRefExpr() local
HDSemaLookup.cpp3914 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in lookupInDeclContext() local
4007 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in lookupInScope() local
HDSemaExpr.cpp2633 ObjCInterfaceDecl *IFace = nullptr; in LookupIvarInObjCMethod() local
2656 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupIvarInObjCMethod() local
2684 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); in BuildIvarRefExpr() local
14778 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
HDSemaType.cpp8131 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); in RequireCompleteTypeImpl() local
HDSemaDeclAttr.cpp5312 ObjCInterfaceDecl *IFace; in handleObjCDesignatedInitializer() local
HDSemaDecl.cpp14099 auto IFace = MD->getClassInterface(); in ActOnFinishFunctionBody() local
HDSemaChecking.cpp7123 const ObjCInterfaceDecl *IFace; in checkFormatStringExpr() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp679 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local
3633 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
HDRewriteModernObjC.cpp747 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local
4444 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp1713 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local