• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:TUScope

552   NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
561 TUScope, nullptr, CCC, CTK_ErrorRecovery)) {
986 LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
1067 ProcessDeclAttributeList(TUScope, IDecl, AttrList);
1068 AddPragmaAttributes(TUScope, IDecl);
1069 PushOnScopeChains(IDecl, TUScope);
1110 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
1138 LookupSingleName(TUScope, AliasName, AliasLocation, LookupOrdinaryName,
1147 LookupSingleName(TUScope, ClassName, ClassLocation, LookupOrdinaryName,
1155 CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
1174 PushOnScopeChains(AliasDecl, TUScope);
1233 PushOnScopeChains(PDecl, TUScope);
1250 PushOnScopeChains(PDecl, TUScope);
1254 ProcessDeclAttributeList(TUScope, PDecl, AttrList);
1255 AddPragmaAttributes(TUScope, PDecl);
1302 TUScope, nullptr, CCC, CTK_ErrorRecovery);
1782 PushOnScopeChains(PDecl, TUScope);
1785 ProcessDeclAttributeList(TUScope, PDecl, attrList);
1786 AddPragmaAttributes(TUScope, PDecl);
1872 ProcessDeclAttributeList(TUScope, CDecl, AttrList);
1873 AddPragmaAttributes(TUScope, CDecl);
1925 ProcessDeclAttributeList(TUScope, CDecl, Attrs);
1926 AddPragmaAttributes(TUScope, CDecl);
1968 = LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
1984 LookupOrdinaryName, TUScope, nullptr, CCC, CTK_NonError);
2001 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc,
2034 AddPragmaAttributes(TUScope, IDecl);
2045 PushOnScopeChains(IDecl, TUScope);
2058 ProcessDeclAttributeList(TUScope, IMPDecl, Attrs);
2059 AddPragmaAttributes(TUScope, IMPDecl);
2073 PushOnScopeChains(IMPDecl, TUScope);
3045 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
3123 PushOnScopeChains(IDecl, TUScope);
4065 NamedDecl *IF = LookupSingleName(TUScope,
4726 ProcessDeclAttributeList(TUScope, Param, ArgInfo[i].ArgAttrs);
4727 AddPragmaAttributes(TUScope, Param);
4756 ProcessDeclAttributeList(TUScope, ObjCMethod, AttrList);
4757 AddPragmaAttributes(TUScope, ObjCMethod);