| /freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/ |
| HD | RewriteObjCFoundationAPI.cpp | 108 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace, in maybeAdjustInterfaceForSubscriptingCheck() 155 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace, in canRewriteToSubscriptSyntax() 202 static bool rewriteToArraySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptGet() 212 static bool rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptGet() 222 static bool rewriteToArraySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToArraySubscriptSet() 256 static bool rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl *IFace, in rewriteToDictionarySubscriptSet() 298 const ObjCInterfaceDecl *IFace = in rewriteToObjCSubscriptSyntax() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclObjC.cpp | 475 const ObjCInterfaceDecl *IFace = this; in findInterfaceWithDesignatedInitializers() local 546 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in getDesignatedInitializers() local 577 const ObjCInterfaceDecl *IFace= findInterfaceWithDesignatedInitializers(); in isDesignatedInitializer() local 2104 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) { in setClassInterface()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaCodeComplete.cpp | 4649 } else if (ObjCInterfaceDecl *IFace = in AddObjCProperties() local 4868 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(ClassNamePtr, ClassNameLoc); in CodeCompleteObjCClassPropertyRefExpr() local 6224 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container); in AddObjCMethods() local 6457 ObjCInterfaceDecl *IFace = nullptr; in GetAssumedMessageSendExprType() local 6891 if (ObjCInterfaceDecl *IFace = GetAssumedMessageSendExprType(RecExpr)) { in CodeCompleteObjCInstanceMessage() local 7460 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Container)) { in FindImplementableMethods() local 7680 if (ObjCInterfaceDecl *IFace = ObjCPointer->getInterfaceDecl()) { in AddObjCKeyValueCompletions() local 8330 ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(SearchDecl); in CodeCompleteObjCMethodDecl() local
|
| HD | SemaObjCProperty.cpp | 233 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty() local 1847 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
|
| HD | SemaPseudoObject.cpp | 665 if (const ObjCInterfaceDecl *IFace = in findSetter() local
|
| HD | SemaExprMember.cpp | 1561 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in LookupMemberExpr() local
|
| HD | SemaExprObjC.cpp | 1857 ObjCInterfaceDecl *IFace = IFaceT->getDecl(); in HandleExprPropertyRefExpr() local 2038 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(receiverNamePtr, in ActOnClassPropertyRefExpr() local
|
| HD | SemaLookup.cpp | 3914 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in lookupInDeclContext() local 4007 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in lookupInScope() local
|
| HD | SemaExpr.cpp | 2633 ObjCInterfaceDecl *IFace = nullptr; in LookupIvarInObjCMethod() local 2656 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupIvarInObjCMethod() local 2684 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface(); in BuildIvarRefExpr() local 14778 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
|
| HD | SemaType.cpp | 8131 ObjCInterfaceDecl *IFace = dyn_cast_or_null<ObjCInterfaceDecl>(Def); in RequireCompleteTypeImpl() local
|
| HD | SemaDeclAttr.cpp | 5312 ObjCInterfaceDecl *IFace; in handleObjCDesignatedInitializer() local
|
| HD | SemaDecl.cpp | 14099 auto IFace = MD->getClassInterface(); in ActOnFinishFunctionBody() local
|
| HD | SemaChecking.cpp | 7123 const ObjCInterfaceDecl *IFace; in checkFormatStringExpr() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 679 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 3633 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
| HD | RewriteModernObjC.cpp | 747 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) { in HandleTopLevelSingleDecl() local 4444 ObjCInterfaceDecl *IFace = MD->getClassInterface(); in BuildUniqueMethodName() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 1713 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() local
|