Lines Matching defs:Att
576 /// \param [in] Att The ownership_returns attribute.
581 const OwnershipAttr *Att, ProgramStateRef State) const;
641 /// \param [in] Att The ownership_takes or ownership_holds attribute.
646 const OwnershipAttr *Att,
1806 const OwnershipAttr *Att,
1811 auto attrClassName = Att->getModule()->getName();
1814 if (!Att->args().empty()) {
1816 Call.getArgExpr(Att->args_begin()->getASTIndex()),
1971 const OwnershipAttr *Att,
1976 auto attrClassName = Att->getModule()->getName();
1981 for (const auto &Arg : Att->args()) {
1984 Att->getOwnKind() == OwnershipAttr::Holds,