Home | History | Annotate | Download | only in Sema

Lines Matching refs:TUScope

451   NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
476 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
477 PushOnScopeChains(IDecl, TUScope);
486 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
494 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
579 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
590 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
598 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
616 PushOnScopeChains(AliasDecl, TUScope);
691 PushOnScopeChains(PDecl, TUScope);
696 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
727 LookupObjCProtocolName, TUScope, NULL, Validator);
800 PushOnScopeChains(PDecl, TUScope);
804 ProcessDeclAttributeList(TUScope, PDecl, attrList);
950 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
963 DeclarationNameInfo(ClassName, ClassLoc), LookupOrdinaryName, TUScope,
986 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc,
1027 PushOnScopeChains(IDecl, TUScope);
1051 PushOnScopeChains(IMPDecl, TUScope);
1902 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
1944 PushOnScopeChains(IDecl, TUScope);
2461 NamedDecl *IF = LookupSingleName(TUScope,
2939 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
2975 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);