reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Decl.h
 4277   ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {}
tools/clang/include/clang/AST/DeclBase.h
  389   Decl(Kind DK, EmptyShell Empty)
tools/clang/include/clang/AST/DeclCXX.h
   97   AccessSpecDecl(EmptyShell Empty) : Decl(AccessSpec, Empty) {}
 3097   UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
 3206   ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty)
tools/clang/include/clang/AST/DeclFriend.h
   93   FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
tools/clang/include/clang/AST/DeclTemplate.h
 2290   FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {}
 2435   ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
tools/clang/lib/AST/DeclCXX.cpp
 2811 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty)