Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1591 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast() local
1592 if (!RValueRef && !SrcExpr->isLValue()) { in TryStaticReferenceDowncast()