Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h305 unsigned BindsToRvalue : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp203 BindsToRvalue = false; in setAsIdentityConversion()
3908 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
4784 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
4961 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
4983 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
5206 SCS.BindsToRvalue = true; in TryListConversion()
5409 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()