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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  608 DECL_CONTEXT(Namespace)
tools/clang/include/clang/AST/Decl.h
  633   static bool classofKind(Kind K) { return K == Namespace; }
tools/clang/include/clang/AST/DeclBase.h
 1851            getDeclKind() == Decl::Namespace;
 1863   bool isNamespace() const { return getDeclKind() == Decl::Namespace; }
tools/clang/lib/AST/Comment.cpp
  319   case Decl::Namespace:
tools/clang/lib/AST/DeclBase.cpp
  755     case Namespace:
 1182   case Decl::Namespace:
 1240   if (getDeclKind() != Decl::Namespace) {
tools/clang/lib/AST/DeclCXX.cpp
 2713     : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
 2713     : NamedDecl(Namespace, DC, IdLoc, Id), DeclContext(Namespace),
tools/clang/lib/CodeGen/CGDecl.cpp
   47   case Decl::Namespace:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5256   case Decl::Namespace:
tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
  163     case Decl::Kind::Namespace:
tools/clang/lib/Index/IndexSymbol.cpp
  246     case Decl::Namespace:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3769   case Decl::Namespace:
tools/clang/lib/Serialization/ASTCommon.cpp
  268   case Decl::Namespace:
  329   case Decl::Namespace:
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
   95     case Decl::Namespace:
tools/clang/tools/extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.cpp
   94   assert(ParentDecl1->getDeclKind() == Decl::Namespace &&
   96   assert(ParentDecl2->getDeclKind() == Decl::Namespace &&
tools/clang/tools/extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp
   39   if (DC->getDeclKind() != Decl::Namespace)
tools/clang/tools/extra/clangd/CodeComplete.cpp
 1778     case Decl::Namespace:
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  224   case Decl::Namespace:
tools/clang/tools/libclang/CIndex.cpp
 6260   case Decl::Namespace:
 7766     case Decl::Namespace: