Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DOverload.h173 unsigned BindsToRvalue : 1; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp182 BindsToRvalue = false; in setAsIdentityConversion()
3445 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
4224 ICS.Standard.BindsToRvalue = false; in TryReferenceInit()
4299 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
4399 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
4425 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
4601 SCS.BindsToRvalue = true; in TryListConversion()
4789 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()