Home | History | Annotate | Download | only in AST

Lines Matching defs:UsingDirectiveDecl

2776 /// \note UsingDirectiveDecl should be Decl not NamedDecl, but we provide
2779 class UsingDirectiveDecl : public NamedDecl {
2805 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,
2835 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace();
2853 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
2860 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);