Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h176 unsigned BindsToRvalue : 1; variable
/external/llvm-project/clang/include/clang/Sema/
DOverload.h304 unsigned BindsToRvalue : 1; variable
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp203 BindsToRvalue = false; in setAsIdentityConversion()
3907 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
4781 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
4958 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
4980 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
5203 SCS.BindsToRvalue = true; in TryListConversion()
5406 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()