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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  601 DECL_CONTEXT_BASE(Tag)
tools/clang/include/clang/AST/Decl.h
 3388   static bool classofKind(Kind K) { return K >= firstTag && K <= lastTag; }
 3388   static bool classofKind(Kind K) { return K >= firstTag && K <= lastTag; }
tools/clang/lib/AST/DeclBase.cpp
 1209     if (getDeclKind() >= Decl::firstTag && getDeclKind() <= Decl::lastTag) {
 1209     if (getDeclKind() >= Decl::firstTag && getDeclKind() <= Decl::lastTag) {