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

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

Completed in 111 milliseconds