Searched refs:hasReturnedAttr (Results 1 – 5 of 5) sorted by relevance
105 bool hasReturnedAttr() const;
108 bool hasReturnedAttr() const;
589 [](const Argument &Arg) { return Arg.hasReturnedAttr(); })) in addArgumentReturnedAttrs()
305 if (Arg.hasReturnedAttr()) { in genericValueTraversal()980 if (Arg.hasReturnedAttr()) { in initialize()
175 bool Argument::hasReturnedAttr() const { in hasReturnedAttr() function in Argument