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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  354 DECL_RANGE(UsingShadow, UsingShadow, ConstructorUsingShadow)
tools/clang/include/clang/AST/Decl.h
  443         this->getKind() != ConstructorUsingShadow &&
tools/clang/include/clang/AST/DeclCXX.h
 3155     return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow;
 3189       : UsingShadowDecl(ConstructorUsingShadow, C, DC, Loc, Using,
 3207       : UsingShadowDecl(ConstructorUsingShadow, C, Empty), IsVirtual(false) {}
 3266   static bool classofKind(Kind K) { return K == ConstructorUsingShadow; }
tools/clang/lib/AST/DeclBase.cpp
  695     case ConstructorUsingShadow:
tools/clang/lib/CodeGen/CGDecl.cpp
   94   case Decl::ConstructorUsingShadow:
tools/clang/lib/Serialization/ASTCommon.cpp
  347   case Decl::ConstructorUsingShadow:
tools/clang/tools/libclang/CIndex.cpp
 6380   case Decl::ConstructorUsingShadow: