Home | History | Annotate | Download | only in Sema

Lines Matching defs:getRank

210 /// getRank - Retrieve the rank of this standard conversion sequence
213 ImplicitConversionRank StandardConversionSequence::getRank() const {
3478 ImplicitConversionRank Rank1 = SCS1.getRank();
3479 ImplicitConversionRank Rank2 = SCS2.getRank();