Home
last modified time | relevance | path

Searched defs: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.cpp1599 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast() local