Home | History | Annotate | Download | only in AST

Lines Matching refs:setValueKind

418   /// setValueKind - Set the value kind produced by this expression.
419 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; }