Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h74 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1220 bool LValueRef : 1; member
1603 I.Ref.LValueRef = lvalue; in getReference()
DSema.h1948 QualType BuildReferenceType(QualType T, bool LValueRef,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp2164 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
2206 if (LValueRef) in BuildReferenceType()
4887 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
6174 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()