Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
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
/external/clang/lib/AST/
DDeclObjC.cpp426 const ObjCInterfaceDecl *IFace = this; in findInterfaceWithDesignatedInitializers() local
498 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in getDesignatedInitializers() local
520 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in isDesignatedInitializer() local
1979 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3609 } else if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)){ in AddObjCProperties() local
5025 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); in AddObjCMethods() local
5262 ObjCInterfaceDecl *IFace = nullptr; in GetAssumedMessageSendExprType() local
5703 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { in CodeCompleteObjCInstanceMessage() local
6285 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { in FindImplementableMethods() local
6511 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { in AddObjCKeyValueCompletions() local
7174 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl() local
DSemaObjCProperty.cpp232 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local
1582 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
DSemaPseudoObject.cpp652 if (const ObjCInterfaceDecl *IFace = in findSetter() local
DSemaExprMember.cpp1518 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
DSemaExprObjC.cpp1766 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr() local
1930 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, in ActOnClassPropertyRefExpr() local
DSemaLookup.cpp3456 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in LookupVisibleDecls() local
3545 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in LookupVisibleDecls() local
DSemaExpr.cpp2394 ObjCInterfaceDecl *IFace = nullptr; in LookupInObjCMethod() local
2462 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupInObjCMethod() local
11866 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
DSemaType.cpp6610 const ObjCInterfaceType *IFace = T->getAs<ObjCInterfaceType>(); in RequireCompleteTypeImpl() local
DSemaDeclAttr.cpp4256 ObjCInterfaceDecl *IFace; in handleObjCDesignatedInitializer() local
DSemaDecl.cpp11196 auto IFace = MD->getClassInterface(); in ActOnFinishFunctionBody() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp679 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local
3636 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
DRewriteModernObjC.cpp754 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local
4514 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1713 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local
/external/clang/tools/libclang/
DCIndex.cpp5382 const ObjCInterfaceDecl *IFace = cast<ObjCInterfaceDecl>(D); in clang_getCursorDefinition() local