Searched defs:UsingDirectiveDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h2612 /// \note UsingDirectiveDecl should be Decl not NamedDecl, but we provide
2615 class UsingDirectiveDecl : public NamedDecl { class in namespace:clang
2641 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, function in class:clang::UsingDirectiveDecl
2671 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace();
2689 static UsingDirectiveDecl *Create(ASTContext &C, DeclContext *DC,
2696 static UsingDirectiveDecl *CreateDeserialized(ASTContext &C, unsigned ID);

Completed in 202 milliseconds