Home | History | Annotate | Download | only in Sema

Lines Matching refs:getRank

222 /// getRank - Retrieve the rank of this standard conversion sequence
225 ImplicitConversionRank StandardConversionSequence::getRank() const {
3515 ImplicitConversionRank Rank1 = SCS1.getRank();
3516 ImplicitConversionRank Rank2 = SCS2.getRank();