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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11909   case attr::Owner:
12489   case attr::Owner:
13069   case attr::Owner:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4369     case attr::Owner:
gen/tools/clang/include/clang/AST/Attrs.inc
11103     : InheritableAttr(Ctx, CommonInfo, attr::Owner, false, false)
11110     : InheritableAttr(Ctx, CommonInfo, attr::Owner, false, false)
11127   static bool classof(const Attr *A) { return A->getKind() == attr::Owner; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  961     case attr::Owner: {
 1974     case attr::Owner: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
 1834   case attr::Owner: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1376   case attr::Owner: {
tools/clang/unittests/Sema/GslOwnerPointerInference.cpp
   25                           hasName("C"), hasAttr(clang::attr::Owner))));
   37                           hasName("C"), hasAttr(clang::attr::Owner))));
   52                           hasName("C"), hasAttr(clang::attr::Owner))));