reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
 4638     if (InitCategory.isLValue() && RefRelationship == Sema::Ref_Compatible) {
 4701       (InitCategory.isXValue() ||
 4702        (InitCategory.isPRValue() && (T2->isRecordType() || T2->isArrayType())) ||
 4703        (InitCategory.isLValue() && T2->isFunctionType()))) {
 4722       !(InitCategory.isPRValue() || T2->isRecordType());
 4725     ICS.Standard.BindsToRvalue = InitCategory.isRValue();