Home | History | Annotate | Download | only in Sema

Lines Matching refs:getRank

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