Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h73 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1532 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast() local
1533 if (!RValueRef && !SrcExpr->isLValue()) { in TryStaticReferenceDowncast()