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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11555   case attr::AsmLabel:
12135   case attr::AsmLabel:
12715   case attr::AsmLabel:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4015     case attr::AsmLabel:
gen/tools/clang/include/clang/AST/Attrs.inc
 1743     : InheritableAttr(Ctx, CommonInfo, attr::AsmLabel, false, false)
 1754     : InheritableAttr(Ctx, CommonInfo, attr::AsmLabel, false, false)
 1789   static bool classof(const Attr *A) { return A->getKind() == attr::AsmLabel; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  168     case attr::AsmLabel: {
 1441     case attr::AsmLabel: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
  291   case attr::AsmLabel: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  222   case attr::AsmLabel: {
tools/clang/tools/libclang/CXCursor.cpp
   50     case attr::AsmLabel: return CXCursor_AsmLabelAttr;