Searched refs:Ref_Incompatible (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp4591 : Ref_Incompatible;
4605 : Ref_Incompatible;
4652 Sema::Ref_Incompatible)
4828 RefRelationship == Sema::Ref_Incompatible) {
4840 if (InitCategory.isRValue() && RefRelationship != Sema::Ref_Incompatible)
4874 if (!SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
4927 if (SuppressUserConversions && RefRelationship == Sema::Ref_Incompatible &&
H A DSemaInit.cpp4693 if (NewRefRelationship == Sema::Ref_Incompatible) {
4850 if (RefRelationship == Sema::Ref_Incompatible && T2->isRecordType() &&
4907 case Sema::Ref_Incompatible:
4995 if (RefRelationship == Sema::Ref_Incompatible) {
H A DSemaCast.cpp1488 if (CStyle || RefResult == Sema::Ref_Incompatible)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11659 /// Ref_Incompatible - The two types are incompatible, so direct
11661 Ref_Incompatible = 0, enumerator in enum:clang::final::AlignPackInfo::CompleteTypeKind::ReferenceCompareResult

Completed in 509 milliseconds