/freebsd-src/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 109 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 D | DeclObjC.cpp | 486 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 D | SemaCodeComplete.cpp | 5130 } 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 D | SemaObjCProperty.cpp | 229 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local 1835 IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl * IFace,ObjCMethodDecl * Method,ObjCIvarDecl * IV) IvarBacksCurrentMethodAccessor() argument
|
H A D | SemaExprObjC.cpp | 1274 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); findMethodInCurrentClass() local 1983 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); HandleExprPropertyRefExpr() local 2165 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, ActOnClassPropertyRefExpr() local [all...] |
H A D | SemaPseudoObject.cpp | 662 if (const ObjCInterfaceDecl *IFace = findSetter() local
|
H A D | SemaExprMember.cpp | 1596 ObjCInterfaceDecl *IFace = MD->getClassInterface(); LookupMemberExpr() local
|
H A D | SemaLookup.cpp | 4263 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { lookupInDeclContext() local 4354 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { lookupInScope() local
|
H A D | SemaExpr.cpp | 3056 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 D | SemaType.cpp | 9452 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); RequireCompleteTypeImpl() local
|
H A D | SemaDeclAttr.cpp | 6338 ObjCInterfaceDecl *IFace; handleObjCDesignatedInitializer() local
|
H A D | SemaDecl.cpp | 16287 auto IFace = MD->getClassInterface(); ActOnFinishFunctionBody() local
|
H A D | SemaChecking.cpp | 10717 const ObjCInterfaceDecl *IFace; checkFormatStringExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 680 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 3628 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
H A D | RewriteModernObjC.cpp | 749 if (!IFace->isThisDeclarationADefinition()) { in HandleTopLevelSingleDecl() local 4441 ObjCInterfaceDecl *IFace = MD->getClassInterface(); BuildUniqueMethodName() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1696 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); inferDesignatedInitializers() local
|