Home
last modified time | relevance | path

Searched refs:LValueRef (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-method-ref-qualifiers.ll11 ; 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 DMicrosoftDemangleNodes.h73 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1221 bool LValueRef : 1; member
1604 I.Ref.LValueRef = lvalue; in getReference()
H A DSema.h2017 QualType BuildReferenceType(QualType T, bool LValueRef,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2207 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()