Searched refs:isRValueRef (Results 1 – 2 of 2) sorted by relevance
178 static bool isRValueRef(QualType ParamType) { in isRValueRef() function642 else if (isRValueRef(ParamType) || isConsumableType(ParamType)) in handleCall()858 else if (isRValueRef(ParamType) && in VisitParmVarDecl()
5381 bool isRValueRef = !isLValueRef; in TryReferenceInitializationCore() local5446 S, Entity, Kind, Initializer, /*AllowRValues*/ isRValueRef, in TryReferenceInitializationCore()5600 isRValueRef && InitCategory.isLValue()) { in TryReferenceInitializationCore()