Home | History | Annotate | Download | only in AST

Lines Matching refs:Nominated

2547   /// \brief The namespace nominated by this using-directive.
2550 /// Enclosing context containing both using-directive and nominated
2566 NamedDecl *Nominated,
2570 NominatedNamespace(Nominated), CommonAncestor(CommonAncestor) { }
2588 /// \brief Returns the namespace nominated by this using-directive.
2596 /// its nominated namespace.
2615 NamedDecl *Nominated,