Home | History | Annotate | Download | only in Sema

Lines Matching refs:TUScope

1200   if (IdResolver.tryAddTopLevelDecl(D, Name) && TUScope)
1201 TUScope->AddDecl(D);
1535 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName);
1542 LookupOrdinaryName, TUScope, nullptr,
1689 // TUScope is the translation-unit scope to insert this function into.
1695 PushOnScopeChains(New, TUScope);
10356 FunctionDecl *FD = cast<FunctionDecl>(ActOnDeclarator(TUScope, D));
13429 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc,
13444 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName);
13460 Decl *PrevDecl = LookupSingleName(TUScope, AliasName, AliasNameLoc,
13467 DeclApplyPragmaWeak(TUScope, ND, W);