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

References

tools/clang/include/clang/AST/DeclCXX.h
 2868       : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
 2939   static bool classofKind(Kind K) { return K == UsingDirective; }
tools/clang/lib/AST/Decl.cpp
 1354     case Decl::UsingDirective:
tools/clang/lib/AST/DeclBase.cpp
  790     case UsingDirective:
tools/clang/lib/CodeGen/CGDecl.cpp
  127   case Decl::UsingDirective: // using namespace X; [C++]
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5297   case Decl::UsingDirective: // using namespace X; [C++]
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3787   case Decl::UsingDirective:
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1777     case Decl::UsingDirective:
tools/clang/lib/Serialization/ASTCommon.cpp
  359   case Decl::UsingDirective:
tools/clang/tools/libclang/CIndex.cpp
 6316   case Decl::UsingDirective:
 7775     case Decl::UsingDirective: