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
  442     if (this->getKind() != UsingShadow &&
tools/clang/include/clang/AST/DeclCXX.h
 3106     return new (C, DC) UsingShadowDecl(UsingShadow, C, DC, Loc, Using, Target);
 3155     return K == Decl::UsingShadow || K == Decl::ConstructorUsingShadow;
tools/clang/lib/AST/Decl.cpp
 1353     case Decl::UsingShadow:
tools/clang/lib/AST/DeclBase.cpp
  732     case UsingShadow:
tools/clang/lib/AST/DeclCXX.cpp
 2817   return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell());
tools/clang/lib/CodeGen/CGDecl.cpp
   93   case Decl::UsingShadow:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5278   case Decl::UsingShadow:
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1776     case Decl::UsingShadow:
tools/clang/lib/Serialization/ASTCommon.cpp
  346   case Decl::UsingShadow:
tools/clang/tools/libclang/CIndex.cpp
 6379   case Decl::UsingShadow:
 7776     case Decl::UsingShadow: