Searched refs:LValueRef (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 1209 bool LValueRef : 1; member 1601 I.Ref.LValueRef = lvalue; in getReference()
|
D | Sema.h | 1793 QualType BuildReferenceType(QualType T, bool LValueRef,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1996 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/ |
D | SemaType.cpp | 2138 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/ |
D | Sema.h | 1243 QualType BuildReferenceType(QualType T, bool LValueRef,
|