Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h307 unsigned BindsToRvalue : 1; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp220 BindsToRvalue = false; in setAsIdentityConversion()
4219 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
5058 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
5235 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
5257 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
5542 SCS.BindsToRvalue = true; in TryListConversion()
5775 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()