Searched refs:LValueRef (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | types-method-ref-qualifiers.ll | 11 ; int LValueRef() &; 77 !26 = !DISubprogram(name: "LValueRef", linkageName: "?LValueRef@A@@QEGAAHXZ", scope: !15, file: !1,… 197 ; CHECK: Name: LValueRef
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 73 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1221 bool LValueRef : 1; member 1604 I.Ref.LValueRef = lvalue; in getReference()
|
| H A D | Sema.h | 2017 QualType BuildReferenceType(QualType T, bool LValueRef,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2207 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local 2254 if (LValueRef) in BuildReferenceType() 4970 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator() 6293 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()
|