Home | History | Annotate | Download | only in ast

Lines Matching refs:kRange

369     kRange
503 DCHECK(IsKind(type, kRange));
508 : AstTypeBase(kRange), bitset_(bitset), limits_(limits) {}
820 bool IsRange() { return IsKind(AstTypeBase::kRange); }