Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp109 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace, in maybeAdjustInterfaceForSubscriptingCheck() argument
156 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace, in canRewriteToSubscriptSyntax() argument
203 rewriteToArraySubscriptGet(const ObjCInterfaceDecl * IFace,const ObjCMessageExpr * Msg,const NSAPI & NS,Commit & commit) rewriteToArraySubscriptGet() argument
213 rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl * IFace,const ObjCMessageExpr * Msg,const NSAPI & NS,Commit & commit) rewriteToDictionarySubscriptGet() argument
223 rewriteToArraySubscriptSet(const ObjCInterfaceDecl * IFace,const ObjCMessageExpr * Msg,const NSAPI & NS,Commit & commit) rewriteToArraySubscriptSet() argument
257 rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl * IFace,const ObjCMessageExpr * Msg,const NSAPI & NS,Commit & commit) rewriteToDictionarySubscriptSet() argument
299 const ObjCInterfaceDecl *IFace = rewriteToObjCSubscriptSyntax() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp486 while (IFace) { in findInterfaceWithDesignatedInitializers() local
557 if (!IFace) in getDesignatedInitializers() local
588 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); isDesignatedInitializer() local
2228 setClassInterface(ObjCInterfaceDecl * IFace) setClassInterface() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5130 } else if (ObjCInterfaceDecl *IFace = AddObjCProperties() local
5857 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(ClassNamePtr, ClassNameLoc); CodeCompleteObjCClassPropertyRefExpr() local
7581 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); AddObjCMethods() local
7816 ObjCInterfaceDecl *IFace = nullptr; GetAssumedMessageSendExprType() local
8251 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { CodeCompleteObjCInstanceMessage() local
8838 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { FindImplementableMethods() local
9058 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { AddObjCKeyValueCompletions() local
9713 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); CodeCompleteObjCMethodDecl() local
[all...]
H A DSemaObjCProperty.cpp229 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local
1835 IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl * IFace,ObjCMethodDecl * Method,ObjCIvarDecl * IV) IvarBacksCurrentMethodAccessor() argument
H A DSemaExprObjC.cpp1274 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); findMethodInCurrentClass() local
1983 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); HandleExprPropertyRefExpr() local
2165 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, ActOnClassPropertyRefExpr() local
[all...]
H A DSemaPseudoObject.cpp662 if (const ObjCInterfaceDecl *IFace = findSetter() local
H A DSemaExprMember.cpp1596 ObjCInterfaceDecl *IFace = MD->getClassInterface(); LookupMemberExpr() local
H A DSemaLookup.cpp4263 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { lookupInDeclContext() local
4354 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { lookupInScope() local
H A DSemaExpr.cpp3056 ObjCInterfaceDecl *IFace = nullptr; LookupIvarInObjCMethod() local
3079 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { LookupIvarInObjCMethod() local
3107 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); BuildIvarRefExpr() local
17667 const ObjCInterfaceDecl *IFace = nullptr; DiagnoseAssignmentResult() local
H A DSemaType.cpp9452 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); RequireCompleteTypeImpl() local
H A DSemaDeclAttr.cpp6338 ObjCInterfaceDecl *IFace; handleObjCDesignatedInitializer() local
H A DSemaDecl.cpp16287 auto IFace = MD->getClassInterface(); ActOnFinishFunctionBody() local
H A DSemaChecking.cpp10717 const ObjCInterfaceDecl *IFace; checkFormatStringExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp680 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local
3628 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
H A DRewriteModernObjC.cpp749 if (!IFace->isThisDeclarationADefinition()) { in HandleTopLevelSingleDecl() local
4441 ObjCInterfaceDecl *IFace = MD->getClassInterface(); BuildUniqueMethodName() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1696 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); inferDesignatedInitializers() local