Searched refs:isArgDtorVar (Results 1 – 3 of 3) sorted by relevance
270 … bool isArgDtorVar() const; // temporary created to handle scope destruction of a function argument271 bool isArgDtorVar(bool v);
1111 … bool isArgDtorVar; /// temporary created to handle scope destruction of a function argument member
2333 …tmp.isArgDtorVar = true; // mark it so that the backend passes it by ref to the function being c… in functionParameters()