/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
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 485 if (IFace->hasDesignatedInitializers()) in findInterfaceWithDesignatedInitializers() local 556 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); getDesignatedInitializers() local 587 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); isDesignatedInitializer() local 2214 setClassInterface(ObjCInterfaceDecl * IFace) setClassInterface() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1284 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); findMethodInCurrentClass() local 1995 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); HandleExprPropertyRefExpr() local 2175 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, ActOnClassPropertyRefExpr() local 4808 ObjCInterfaceDecl *IFace = nullptr; LookupIvarInObjCMethod() local 4831 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { LookupIvarInObjCMethod() local 4878 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); BuildIvarRefExpr() local [all...] |
H A D | SemaCodeComplete.cpp | 5144 } else if (ObjCInterfaceDecl *IFace = AddObjCProperties() local 5884 ObjCInterfaceDecl *IFace = CodeCompleteObjCClassPropertyRefExpr() local 7650 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); AddObjCMethods() local 7890 ObjCInterfaceDecl *IFace = nullptr; GetAssumedMessageSendExprType() local 8329 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { CodeCompleteObjCInstanceMessage() local 8931 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { FindImplementableMethods() local 9151 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { AddObjCKeyValueCompletions() local 9806 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); CodeCompleteObjCMethodDecl() local [all...] |
H A D | SemaObjCProperty.cpp | 229 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { ActOnProperty() local 1814 IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl * IFace,ObjCMethodDecl * Method,ObjCIvarDecl * IV) IvarBacksCurrentMethodAccessor() argument
|
H A D | SemaAPINotes.cpp | 575 if (ObjCInterfaceDecl *IFace = D->getClassInterface()) ProcessAPINotes() local
|
H A D | SemaPseudoObject.cpp | 665 if (const ObjCInterfaceDecl *IFace = findSetter() local
|
H A D | SemaExprMember.cpp | 1606 ObjCInterfaceDecl *IFace = MD->getClassInterface(); LookupMemberExpr() local
|
H A D | SemaLookup.cpp | 4288 lookupInDeclContext(IFace->getImplementation(), Result, in lookupInScope() local 4197 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { lookupInDeclContext() local
|
H A D | SemaObjC.cpp | 2091 ObjCInterfaceDecl *IFace; handleDesignatedInitializer() local
|
H A D | SemaType.cpp | 9071 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); RequireCompleteTypeImpl() local
|
H A D | SemaChecking.cpp | 5914 const ObjCInterfaceDecl *IFace; checkFormatStringExpr() local
|
H A D | SemaDecl.cpp | 16036 auto IFace = MD->getClassInterface(); ActOnFinishFunctionBody() local
|
H A D | SemaExpr.cpp | 16568 const ObjCInterfaceDecl *IFace = nullptr; DiagnoseAssignmentResult() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 680 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { HandleTopLevelSingleDecl() local 3628 ObjCInterfaceDecl *IFace = MD->getClassInterface(); BuildUniqueMethodName() local
|
H A D | RewriteModernObjC.cpp | 748 if (!IFace->isThisDeclarationADefinition()) { in HandleTopLevelSingleDecl() local 4439 ObjCInterfaceDecl *IFace = MD->getClassInterface(); BuildUniqueMethodName() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1697 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); inferDesignatedInitializers() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 7140 const ObjCInterfaceDecl *IFace = cast<ObjCInterfaceDecl>(D); clang_getCursorDefinition() local
|