H A D | DeclCXX.h | 2859 UsingDecl *Using, NamedDecl *Target); 2864 SourceLocation Loc, UsingDecl *Using, 2866 return new (C, DC) UsingShadowDecl(UsingShadow, C, DC, Loc, Using, Target); 2947 UsingDecl *Using, NamedDecl *Target, 2949 : UsingShadowDecl(ConstructorUsingShadow, C, DC, Loc, Using, 2972 UsingDecl *Using, NamedDecl *Target, 3062 : NamedDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()), 3168 static bool classofKind(Kind K) { return K == Using; } 2863 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument 2946 ConstructorUsingShadowDecl(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target, bool TargetInVirtualBase) argument
|