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

/external/clang/include/clang/AST/
H A DDeclCXX.h44 class UsingDecl;
2616 /// using A::foo; // <- a UsingDecl
2629 friend class UsingDecl;
2631 UsingShadowDecl(DeclContext *DC, SourceLocation Loc, UsingDecl *Using,
2645 SourceLocation Loc, UsingDecl *Using,
2665 UsingDecl *getUsingDecl() const;
2686 class UsingDecl : public NamedDecl { class in namespace:clang
2706 UsingDecl(DeclContext *DC, SourceLocation UL, function in class:clang::UsingDecl
2792 static UsingDecl *Create(ASTContext &C, DeclContext *DC,
2798 static UsingDecl *CreateDeserialize
[all...]

Completed in 83 milliseconds