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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  605 DECL_CONTEXT(Export)
tools/clang/include/clang/AST/Decl.h
 4327       : Decl(Export, DC, ExportLoc), DeclContext(Export),
 4327       : Decl(Export, DC, ExportLoc), DeclContext(Export),
 4354   static bool classofKind(Kind K) { return K == Export; }
tools/clang/include/clang/AST/DeclBase.h
 1846            getDeclKind() != Decl::Export;
tools/clang/lib/AST/DeclBase.cpp
  778     case Export:
 1124   else if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export)
 1174   case Decl::Export:
 1611          getDeclKind() != Decl::Export &&
 1676          getDeclKind() != Decl::Export &&
tools/clang/lib/CodeGen/CGDecl.cpp
   85   case Decl::Export:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5439   case Decl::Export:
tools/clang/lib/Serialization/ASTCommon.cpp
  270   case Decl::Export:
  381   case Decl::Export:
tools/clang/tools/libclang/CIndex.cpp
 6280   case Decl::Export: