Home
last modified time | relevance | path

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

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