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

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

Completed in 93 milliseconds