Home | History | Annotate | Download | only in src

Lines Matching defs:NowIs

121 // The NowIs operator implements state-sensitive subtying, as described above.
412 bool NowIs(TypeImpl* that);
414 bool NowIs(TypeHandle that) { return this->NowIs(*that); }