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

References

tools/clang/include/clang/AST/Decl.h
 4365   EmptyDecl(DeclContext *DC, SourceLocation L) : Decl(Empty, DC, L) {}
 4375   static bool classofKind(Kind K) { return K == Empty; }
tools/clang/lib/AST/DeclBase.cpp
  805     case Empty:
tools/clang/lib/CodeGen/CGDecl.cpp
  110   case Decl::Empty:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5286   case Decl::Empty:
tools/clang/lib/Serialization/ASTCommon.cpp
  355   case Decl::Empty:
tools/clang/tools/libclang/CIndex.cpp
 6306   case Decl::Empty: