Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp109 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace, in maybeAdjustInterfaceForSubscriptingCheck()
156 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace, in canRewriteToSubscriptSyntax()
203 static bool rewriteToArraySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptGet()
213 static bool rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptGet()
223 static bool rewriteToArraySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptSet()
257 static bool rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptSet()
299 const ObjCInterfaceDecl *IFace = in rewriteToObjCSubscriptSyntax() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp485 const ObjCInterfaceDecl *IFace = this; in findInterfaceWithDesignatedInitializers() local
556 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in getDesignatedInitializers() local
587 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in isDesignatedInitializer() local
2214 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1284 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); in findMethodInCurrentClass() local
1995 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr() local
2175 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, in ActOnClassPropertyRefExpr() local
4808 ObjCInterfaceDecl *IFace = nullptr; in LookupIvarInObjCMethod() local
4831 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupIvarInObjCMethod() local
4878 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); in BuildIvarRefExpr() local
H A DSemaCodeComplete.cpp5144 } else if (ObjCInterfaceDecl *IFace = in AddObjCProperties() local
5884 ObjCInterfaceDecl *IFace = in CodeCompleteObjCClassPropertyRefExpr() local
7650 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); in AddObjCMethods() local
7890 ObjCInterfaceDecl *IFace = nullptr; in GetAssumedMessageSendExprType() local
8329 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { in CodeCompleteObjCInstanceMessage() local
8931 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { in FindImplementableMethods() local
9151 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { in AddObjCKeyValueCompletions() local
9806 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl() local
H A DSemaObjCProperty.cpp229 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local
1814 bool SemaObjC::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
H A DSemaAPINotes.cpp582 if (ObjCInterfaceDecl *IFace = D->getClassInterface()) in ProcessAPINotes() local
H A DSemaPseudoObject.cpp665 if (const ObjCInterfaceDecl *IFace = in findSetter() local
H A DSemaExprMember.cpp1609 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
H A DSemaLookup.cpp4197 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in lookupInDeclContext() local
4288 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in lookupInScope() local
H A DSemaObjC.cpp2091 ObjCInterfaceDecl *IFace; in handleDesignatedInitializer() local
H A DSemaType.cpp9125 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); in RequireCompleteTypeImpl() local
H A DSemaDecl.cpp16082 auto IFace = MD->getClassInterface(); in ActOnFinishFunctionBody() local
H A DSemaChecking.cpp5918 const ObjCInterfaceDecl *IFace; in checkFormatStringExpr() local
H A DSemaExpr.cpp16611 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1697 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp748 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local
4439 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local