Home | History | Annotate | Download | only in Sema

Lines Matching refs:TUScope

454   NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
496 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
497 PushOnScopeChains(IDecl, TUScope);
506 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
514 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
605 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
613 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
621 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
639 PushOnScopeChains(AliasDecl, TUScope);
714 PushOnScopeChains(PDecl, TUScope);
719 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
750 LookupObjCProtocolName, TUScope, NULL, Validator);
826 PushOnScopeChains(PDecl, TUScope);
830 ProcessDeclAttributeList(TUScope, PDecl, attrList);
977 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
990 DeclarationNameInfo(ClassName, ClassLoc), LookupOrdinaryName, TUScope,
1013 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc,
1054 PushOnScopeChains(IDecl, TUScope);
1079 PushOnScopeChains(IMPDecl, TUScope);
1933 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
1986 PushOnScopeChains(IDecl, TUScope);
2643 NamedDecl *IF = LookupSingleName(TUScope,
3154 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
3184 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);