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

References

tools/clang/include/clang/AST/DeclCXX.h
 3296     : NamedDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()),
 3409   static bool classofKind(Kind K) { return K == Using; }
tools/clang/lib/AST/Decl.cpp
 1352     case Decl::Using:
tools/clang/lib/AST/DeclBase.cpp
  738     case Using:
tools/clang/lib/CodeGen/CGDecl.cpp
  119   case Decl::Using:          // using X; [C++]
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5289   case Decl::Using:          // using X; [C++]
tools/clang/lib/Index/IndexSymbol.cpp
  327     case Decl::Using:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3796   case Decl::Using:
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1775     case Decl::Using:
tools/clang/lib/Serialization/ASTCommon.cpp
  372   case Decl::Using:
tools/clang/tools/libclang/CIndex.cpp
 6375   case Decl::Using:
 7774     case Decl::Using: