Home | History | Annotate | Download | only in Sema

Lines Matching refs:RefRelationship

4258   Sema::ReferenceCompareResult RefRelationship
4274 RefRelationship >= Sema::Ref_Compatible_With_Added_Qualification) {
4318 RefRelationship == Sema::Ref_Incompatible) {
4336 if (RefRelationship >= Sema::Ref_Compatible_With_Added_Qualification &&
4379 if (!SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
4406 if (RefRelationship == Sema::Ref_Related) {
4429 if (SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
4435 if (RefRelationship >= Sema::Ref_Related &&
4685 Sema::ReferenceCompareResult RefRelationship
4689 if (RefRelationship >= Sema::Ref_Related) {