Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-method-ref-qualifiers.ll13 ; int RValueRef() &&;
78 !27 = !DISubprogram(name: "RValueRef", linkageName: "?RValueRef@A@@QEHAAHXZ", scope: !15, file: !1,…
203 ; CHECK: Name: RValueRef
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h73 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1544 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast() local
1545 if (!RValueRef && !SrcExpr->isLValue()) { in TryStaticReferenceDowncast()