Home
last modified time | relevance | path

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

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