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

/external/clang/include/clang/AST/
H A DDeclCXX.h2565 /// using A::foo(); // <- a UsingDecl
2578 friend class UsingDecl;
2580 UsingShadowDecl(DeclContext *DC, SourceLocation Loc, UsingDecl *Using,
2594 SourceLocation Loc, UsingDecl *Using,
2614 UsingDecl *getUsingDecl() const;
2630 /// UsingDecl - Represents a C++ using-declaration. For example:
2632 class UsingDecl : public NamedDecl { class in namespace:clang
2650 UsingDecl(DeclContext *DC, SourceLocation UL, function in class:clang::UsingDecl
2736 static UsingDecl *Create(ASTContext &C, DeclContext *DC,
2742 static UsingDecl *CreateDeserialize
[all...]

Completed in 108 milliseconds