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

References

gen/tools/clang/include/clang/AST/Attrs.inc
11233       return isHolds() ? Holds :
tools/clang/lib/Sema/SemaDeclAttr.cpp
 1659   case OwnershipAttr::Holds:
 1692       case OwnershipAttr::Holds:
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  933       if(OwnKind == OwnershipAttr::Takes || OwnKind == OwnershipAttr::Holds) {
 1220         case OwnershipAttr::Holds:
 1593         Att->getOwnKind() == OwnershipAttr::Holds, IsKnownToBeAllocated);