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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  528 DECL_RANGE(Named, Label, UnresolvedUsingValue)
tools/clang/include/clang/AST/Decl.h
  489       : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
  519   static bool classofKind(Kind K) { return K == Label; }
tools/clang/lib/AST/Decl.cpp
 1349     case Decl::Label:
tools/clang/lib/AST/DeclBase.cpp
  706     case Label:
tools/clang/lib/CodeGen/CGDecl.cpp
  104   case Decl::Label:        // __label__ x;
tools/clang/lib/Serialization/ASTCommon.cpp
  360   case Decl::Label:
tools/clang/tools/libclang/CIndex.cpp
 6287   case Decl::Label:  // FIXME: Is this right??