Home | History | Annotate | Download | only in Sema

Lines Matching refs:RefRelationship

4058   Sema::ReferenceCompareResult RefRelationship
4074 RefRelationship >= Sema::Ref_Compatible_With_Added_Qualification) {
4117 RefRelationship == Sema::Ref_Incompatible) {
4145 if (RefRelationship >= Sema::Ref_Compatible_With_Added_Qualification &&
4187 if (!SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
4210 if (RefRelationship == Sema::Ref_Related) {
4233 if (SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
4239 if (RefRelationship >= Sema::Ref_Related &&
4435 Sema::ReferenceCompareResult RefRelationship
4439 if (RefRelationship >= Sema::Ref_Related)