Home
last modified time | relevance | path

Searched refs:NonRefType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9082 QualType NonRefType = DestType.getNonReferenceType(); in Diagnose() local
9084 SourceType.getQualifiers() - NonRefType.getQualifiers(); in Diagnose()
9086 if (!NonRefType.getQualifiers().isAddressSpaceSupersetOf( in Diagnose()
9089 << NonRefType << SourceType << 1 /*addr space*/ in Diagnose()
9093 << NonRefType << SourceType << 0 /*cv quals*/ in Diagnose()
9100 << NonRefType << SourceType << 2 /*incompatible quals*/ in Diagnose()