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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  535     case ObjCMethodFamilyAttr::OMF_alloc:
gen/tools/clang/include/clang/AST/Attrs.inc
10057       .Case("alloc", ObjCMethodFamilyAttr::OMF_alloc)
10073     case ObjCMethodFamilyAttr::OMF_alloc: return "alloc";
tools/clang/lib/AST/DeclObjC.cpp
  996     case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break;