/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 109 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 D | DeclObjC.cpp | 485 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 D | SemaExprObjC.cpp | 1284 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 D | SemaCodeComplete.cpp | 5144 } 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 D | SemaObjCProperty.cpp | 229 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local 1814 bool SemaObjC::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
|
H A D | SemaAPINotes.cpp | 582 if (ObjCInterfaceDecl *IFace = D->getClassInterface()) in ProcessAPINotes() local
|
H A D | SemaPseudoObject.cpp | 665 if (const ObjCInterfaceDecl *IFace = in findSetter() local
|
H A D | SemaExprMember.cpp | 1609 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
|
H A D | SemaLookup.cpp | 4197 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in lookupInDeclContext() local 4288 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in lookupInScope() local
|
H A D | SemaObjC.cpp | 2091 ObjCInterfaceDecl *IFace; in handleDesignatedInitializer() local
|
H A D | SemaType.cpp | 9125 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); in RequireCompleteTypeImpl() local
|
H A D | SemaDecl.cpp | 16082 auto IFace = MD->getClassInterface(); in ActOnFinishFunctionBody() local
|
H A D | SemaChecking.cpp | 5918 const ObjCInterfaceDecl *IFace; in checkFormatStringExpr() local
|
H A D | SemaExpr.cpp | 16611 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1697 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 748 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 4439 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|