• Home
  • Raw
  • Download

Lines Matching refs:TUScope

476   NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,  in ActOnSuperClassOfClassInterface()
484 LookupOrdinaryName, TUScope, in ActOnSuperClassOfClassInterface()
913 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface()
995 ProcessDeclAttributeList(TUScope, IDecl, AttrList); in ActOnStartClassInterface()
996 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassInterface()
1036 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnTypedefedProtocols()
1057 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, in ActOnCompatibilityAlias()
1065 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation, in ActOnCompatibilityAlias()
1073 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation, in ActOnCompatibilityAlias()
1091 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()
1166 PushOnScopeChains(PDecl, TUScope); in ActOnStartProtocolInterface()
1171 ProcessDeclAttributeList(TUScope, PDecl, AttrList); in ActOnStartProtocolInterface()
1216 LookupObjCProtocolName, TUScope, nullptr, in FindProtocolDeclaration()
1688 PushOnScopeChains(PDecl, TUScope); in ActOnForwardProtocolDeclaration()
1692 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
1864 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName, in ActOnStartClassImplementation()
1878 DeclarationNameInfo(ClassName, ClassLoc), LookupOrdinaryName, TUScope, in ActOnStartClassImplementation()
1896 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation()
1939 PushOnScopeChains(IDecl, TUScope); in ActOnStartClassImplementation()
1964 PushOnScopeChains(IMPDecl, TUScope); in ActOnStartClassImplementation()
2928 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i], in ActOnForwardClassDeclaration()
3006 PushOnScopeChains(IDecl, TUScope); in ActOnForwardClassDeclaration()
3691 NamedDecl *IF = LookupSingleName(TUScope, in ActOnAtEnd()
4219 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs); in ActOnMethodDeclaration()
4249 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList); in ActOnMethodDeclaration()