Home | History | Annotate | Download | only in Sema

Lines Matching refs:RefRelationship

4228   Sema::ReferenceCompareResult RefRelationship
4244 RefRelationship >= Sema::Ref_Compatible_With_Added_Qualification) {
4288 RefRelationship == Sema::Ref_Incompatible) {
4316 if (RefRelationship >= Sema::Ref_Compatible_With_Added_Qualification &&
4359 if (!SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
4382 if (RefRelationship == Sema::Ref_Related) {
4405 if (SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
4411 if (RefRelationship >= Sema::Ref_Related &&
4605 Sema::ReferenceCompareResult RefRelationship
4609 if (RefRelationship >= Sema::Ref_Related) {