Lines Matching refs:TUScope

552   NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,  in ActOnSuperClassOfClassInterface()
561 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
986 LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName, in ActOnStartClassInterface()
1067 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
1068 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassInterface()
1074 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassInterface()
1115 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnTypedefedProtocols()
1143 LookupSingleName(TUScope, AliasName, AliasLocation, LookupOrdinaryName, in ActOnCompatibilityAlias()
1152 LookupSingleName(TUScope, ClassName, ClassLocation, LookupOrdinaryName, in ActOnCompatibilityAlias()
1160 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation, in ActOnCompatibilityAlias()
1179 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()
1238 PushOnScopeChains(PDecl, TUScope); in ActOnStartProtocolInterface()
1255 PushOnScopeChains(PDecl, TUScope); in ActOnStartProtocolInterface()
1259 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1260 AddPragmaAttributes(TUScope, PDecl); in ActOnStartProtocolInterface()
1307 TUScope, nullptr, CCC, CTK_ErrorRecovery); in FindProtocolDeclaration()
1787 PushOnScopeChains(PDecl, TUScope); in ActOnForwardProtocolDeclaration()
1790 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
1791 AddPragmaAttributes(TUScope, PDecl); in ActOnForwardProtocolDeclaration()
1877 ProcessDeclAttributeList(TUScope, CDecl, AttrList); in ActOnStartCategoryInterface()
1878 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryInterface()
1930 ProcessDeclAttributeList(TUScope, CDecl, Attrs); in ActOnStartCategoryImplementation()
1931 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryImplementation()
1973 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName, in ActOnStartClassImplementation()
1989 LookupOrdinaryName, TUScope, nullptr, CCC, CTK_NonError); in ActOnStartClassImplementation()
2006 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation()
2039 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassImplementation()
2050 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassImplementation()
2063 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs); in ActOnStartClassImplementation()
2064 AddPragmaAttributes(TUScope, IMPDecl); in ActOnStartClassImplementation()
2078 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
3055 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i], in ActOnForwardClassDeclaration()
3136 PushOnScopeChains(IDecl, TUScope); in ActOnForwardClassDeclaration()
4125 NamedDecl *IF = LookupSingleName(TUScope, in ActOnAtEnd()
4786 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
4787 AddPragmaAttributes(TUScope, Param); in ActOnMethodDeclaration()
4816 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()
4817 AddPragmaAttributes(TUScope, ObjCMethod); in ActOnMethodDeclaration()