| /external/clang/lib/Edit/ |
| 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
|
| /external/clang/lib/AST/ |
| D | DeclObjC.cpp | 345 const ObjCInterfaceDecl *IFace = this; in findInterfaceWithDesignatedInitializers() local 417 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in getDesignatedInitializers() local 439 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in isDesignatedInitializer() local 1695 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
|
| /external/clang/lib/Sema/ |
| D | SemaCodeComplete.cpp | 3500 } else if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)){ in AddObjCProperties() local 4808 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); in AddObjCMethods() local 5040 ObjCInterfaceDecl *IFace = nullptr; in GetAssumedMessageSendExprType() local 5480 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { in CodeCompleteObjCInstanceMessage() local 6060 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { in FindImplementableMethods() local 6285 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { in AddObjCKeyValueCompletions() local 6933 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl() local
|
| D | SemaObjCProperty.cpp | 200 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local 1481 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
|
| D | SemaExprMember.cpp | 1473 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
|
| D | SemaPseudoObject.cpp | 616 if (const ObjCInterfaceDecl *IFace = in findSetter() local
|
| D | SemaExprObjC.cpp | 1565 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr() local 1713 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, in ActOnClassPropertyRefExpr() local
|
| D | SemaLookup.cpp | 3054 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in LookupVisibleDecls() local 3143 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in LookupVisibleDecls() local
|
| D | SemaExpr.cpp | 2317 ObjCInterfaceDecl *IFace = nullptr; in LookupInObjCMethod() local 2386 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupInObjCMethod() local 10854 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
|
| D | SemaType.cpp | 5238 const ObjCInterfaceType *IFace = T->getAs<ObjCInterfaceType>(); in RequireCompleteTypeImpl() local
|
| D | SemaDeclAttr.cpp | 3599 ObjCInterfaceDecl *IFace; in handleObjCDesignatedInitializer() local
|
| D | SemaDecl.cpp | 10171 auto IFace = MD->getClassInterface(); in ActOnFinishFunctionBody() local
|
| /external/clang/lib/Rewrite/Frontend/ |
| D | RewriteObjC.cpp | 688 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 3660 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
| D | RewriteModernObjC.cpp | 766 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 4557 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
| /external/clang/lib/ARCMigrate/ |
| D | ObjCMT.cpp | 1586 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local
|
| /external/clang/tools/libclang/ |
| D | CIndex.cpp | 4866 const ObjCInterfaceDecl *IFace = cast<ObjCInterfaceDecl>(D); in clang_getCursorDefinition() local
|