Home | History | Annotate | Download | only in Analysis

Lines Matching defs:isLine

402       /// isLine - Return true if the constraint is of kind Line.
405 bool isLine() const { return Kind == Line || Kind == Distance; }