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

/external/clang/include/clang/AST/
H A DDeclCXX.h2619 /// // Also creates a UsingShadowDecl for A::foo() in B
2622 class UsingShadowDecl : public NamedDecl { class in namespace:clang
2633 UsingShadowDecl(DeclContext *DC, SourceLocation Loc, UsingDecl *Using, function in class:clang::UsingShadowDecl
2646 static UsingShadowDecl *Create(ASTContext &C, DeclContext *DC,
2649 return new (C) UsingShadowDecl(DC, Loc, Using, Target);
2652 static UsingShadowDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2671 UsingShadowDecl *getNextUsingShadowDecl() const {
2672 return dyn_cast_or_null<UsingShadowDecl>(UsingOrNextShadow);
2706 llvm::PointerIntPair<UsingShadowDecl *, 1, bool> FirstUsingShadow;
2749 UsingShadowDecl *Curren
[all...]

Completed in 592 milliseconds