Home | History | Annotate | Download | only in AST

Lines Matching refs:isByRef

3616     bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; }