Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsingDirectiveDecl

6399       UsingDirectiveDecl* UD
6400 = UsingDirectiveDecl::Create(Context, Parent,
6671 UsingDirectiveDecl *UDir = 0;
6717 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
6737 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
6739 // namespace or translation unit scope, add the UsingDirectiveDecl into