Home
last modified time | relevance | path

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

/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
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp485 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 DSemaExprObjC.cpp1284 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 DSemaCodeComplete.cpp5144 } 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 DSemaObjCProperty.cpp229 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { ActOnProperty() local
1814 IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl * IFace,ObjCMethodDecl * Method,ObjCIvarDecl * IV) IvarBacksCurrentMethodAccessor() argument
H A DSemaAPINotes.cpp575 if (ObjCInterfaceDecl *IFace = D->getClassInterface()) ProcessAPINotes() local
H A DSemaPseudoObject.cpp665 if (const ObjCInterfaceDecl *IFace = findSetter() local
H A DSemaExprMember.cpp1606 ObjCInterfaceDecl *IFace = MD->getClassInterface(); LookupMemberExpr() local
H A DSemaLookup.cpp4288 lookupInDeclContext(IFace->getImplementation(), Result, in lookupInScope() local
4197 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { lookupInDeclContext() local
H A DSemaObjC.cpp2091 ObjCInterfaceDecl *IFace; handleDesignatedInitializer() local
H A DSemaType.cpp9071 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); RequireCompleteTypeImpl() local
H A DSemaChecking.cpp5914 const ObjCInterfaceDecl *IFace; checkFormatStringExpr() local
H A DSemaDecl.cpp16036 auto IFace = MD->getClassInterface(); ActOnFinishFunctionBody() local
H A DSemaExpr.cpp16568 const ObjCInterfaceDecl *IFace = nullptr; DiagnoseAssignmentResult() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp680 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { HandleTopLevelSingleDecl() local
3628 ObjCInterfaceDecl *IFace = MD->getClassInterface(); BuildUniqueMethodName() local
H A DRewriteModernObjC.cpp748 if (!IFace->isThisDeclarationADefinition()) { in HandleTopLevelSingleDecl() local
4439 ObjCInterfaceDecl *IFace = MD->getClassInterface(); BuildUniqueMethodName() local
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1697 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); inferDesignatedInitializers() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp7140 const ObjCInterfaceDecl *IFace = cast<ObjCInterfaceDecl>(D); clang_getCursorDefinition() local