Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10161 if (const ReferenceType *LHSTypeRef = LHSType->getAs<ReferenceType>()) { in CheckAssignmentConstraints() local
10162 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints()