Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-method-ref-qualifiers.ll11 ; int LValueRef() &;
77 !26 = !DISubprogram(name: "LValueRef", linkageName: "?LValueRef@A@@QEGAAHXZ", scope: !15, file: !1,…
197 ; CHECK: Name: LValueRef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1209 bool LValueRef : 1; member
1601 I.Ref.LValueRef = lvalue; in getReference()
DSema.h1793 QualType BuildReferenceType(QualType T, bool LValueRef,
/external/clang/lib/Sema/
DSemaType.cpp1996 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
2028 if (LValueRef) in BuildReferenceType()
3879 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
5074 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2138 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
2173 if (LValueRef) in BuildReferenceType()
4817 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
6098 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()
/external/clang/include/clang/Sema/
DSema.h1243 QualType BuildReferenceType(QualType T, bool LValueRef,