Home | History | Annotate | Download | only in AST

Lines Matching refs:isByRef

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