Lines Matching defs:Att
517 /// \param [in] Att The ownership_returns attribute.
522 const OwnershipAttr *Att, ProgramStateRef State) const;
571 /// \param [in] Att The ownership_takes or ownership_holds attribute.
576 const OwnershipAttr *Att,
1668 const OwnershipAttr *Att,
1673 if (Att->getModule()->getName() != "malloc")
1676 if (!Att->args().empty()) {
1678 Call.getArgExpr(Att->args_begin()->getASTIndex()),
1828 const OwnershipAttr *Att,
1833 if (Att->getModule()->getName() != "malloc")
1838 for (const auto &Arg : Att->args()) {
1841 Att->getOwnKind() == OwnershipAttr::Holds,