Home | History | Annotate | Download | only in Sema

Lines Matching refs:TUScope

461   NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
503 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
504 PushOnScopeChains(IDecl, TUScope);
513 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
521 LookupOrdinaryName, TUScope, nullptr,
611 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
632 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
640 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
648 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
666 PushOnScopeChains(AliasDecl, TUScope);
741 PushOnScopeChains(PDecl, TUScope);
746 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
791 LookupObjCProtocolName, TUScope, nullptr,
868 PushOnScopeChains(PDecl, TUScope);
872 ProcessDeclAttributeList(TUScope, PDecl, attrList);
1019 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
1031 DeclarationNameInfo(ClassName, ClassLoc), LookupOrdinaryName, TUScope,
1049 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc,
1090 PushOnScopeChains(IDecl, TUScope);
1115 PushOnScopeChains(IMPDecl, TUScope);
2021 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
2075 PushOnScopeChains(IDecl, TUScope);
2742 NamedDecl *IF = LookupSingleName(TUScope,
3187 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
3217 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);