Lines Matching refs:TUScope
561 SemaRef.TUScope, SuperName, SuperLoc, Sema::LookupOrdinaryName); in ActOnSuperClassOfClassInterface()
569 SemaRef.TUScope, nullptr, CCC, Sema::CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
987 SemaRef.TUScope, ClassName, ClassLoc, Sema::LookupOrdinaryName, in ActOnStartClassInterface()
1069 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1070 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IDecl); in ActOnStartClassInterface()
1077 SemaRef.PushOnScopeChains(IDecl, SemaRef.TUScope); in ActOnStartClassInterface()
1122 SemaRef.TUScope, SuperName, SuperLoc, Sema::LookupOrdinaryName); in ActOnTypedefedProtocols()
1150 SemaRef.TUScope, AliasName, AliasLocation, Sema::LookupOrdinaryName, in ActOnCompatibilityAlias()
1159 SemaRef.TUScope, ClassName, ClassLocation, Sema::LookupOrdinaryName, in ActOnCompatibilityAlias()
1168 SemaRef.TUScope, ClassName, ClassLocation, Sema::LookupOrdinaryName, in ActOnCompatibilityAlias()
1186 SemaRef.PushOnScopeChains(AliasDecl, SemaRef.TUScope); in ActOnCompatibilityAlias()
1250 SemaRef.PushOnScopeChains(PDecl, SemaRef.TUScope); in ActOnStartProtocolInterface()
1267 SemaRef.PushOnScopeChains(PDecl, SemaRef.TUScope); in ActOnStartProtocolInterface()
1271 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1272 SemaRef.AddPragmaAttributes(SemaRef.TUScope, PDecl); in ActOnStartProtocolInterface()
1321 Sema::LookupObjCProtocolName, SemaRef.TUScope, in FindProtocolDeclaration()
1799 SemaRef.PushOnScopeChains(PDecl, SemaRef.TUScope); in ActOnForwardProtocolDeclaration()
1802 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
1803 SemaRef.AddPragmaAttributes(SemaRef.TUScope, PDecl); in ActOnForwardProtocolDeclaration()
1891 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, CDecl, AttrList); in ActOnStartCategoryInterface()
1892 SemaRef.AddPragmaAttributes(SemaRef.TUScope, CDecl); in ActOnStartCategoryInterface()
1946 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, CDecl, Attrs); in ActOnStartCategoryImplementation()
1947 SemaRef.AddPragmaAttributes(SemaRef.TUScope, CDecl); in ActOnStartCategoryImplementation()
1989 SemaRef.TUScope, ClassName, ClassLoc, Sema::LookupOrdinaryName, in ActOnStartClassImplementation()
2005 SemaRef.TUScope, nullptr, CCC, Sema::CTK_NonError); in ActOnStartClassImplementation()
2023 SemaRef.LookupSingleName(SemaRef.TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation()
2056 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IDecl); in ActOnStartClassImplementation()
2067 SemaRef.PushOnScopeChains(IDecl, SemaRef.TUScope); in ActOnStartClassImplementation()
2080 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, IMPDecl, Attrs); in ActOnStartClassImplementation()
2081 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IMPDecl); in ActOnStartClassImplementation()
2097 SemaRef.PushOnScopeChains(IMPDecl, SemaRef.TUScope); in ActOnStartClassImplementation()
3069 SemaRef.TUScope, IdentList[i], IdentLocs[i], Sema::LookupOrdinaryName, in ActOnForwardClassDeclaration()
3149 SemaRef.PushOnScopeChains(IDecl, SemaRef.TUScope); in ActOnForwardClassDeclaration()
4147 SemaRef.TUScope, NSAPIObj->getNSClassId(NSAPI::ClassId_NSObject), in ActOnAtEnd()
4818 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, Param, in ActOnMethodDeclaration()
4820 SemaRef.AddPragmaAttributes(SemaRef.TUScope, Param); in ActOnMethodDeclaration()
4850 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
4851 SemaRef.AddPragmaAttributes(SemaRef.TUScope, ObjCMethod); in ActOnMethodDeclaration()
5429 NamedDecl *IDecl = SemaRef.LookupSingleName(SemaRef.TUScope, Id, IdLoc, in getObjCInterfaceDecl()
5438 SemaRef.TUScope, nullptr, CCC, Sema::CTK_ErrorRecovery)) { in getObjCInterfaceDecl()