Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1259 bool LValueRef : 1; member
1642 I.Ref.LValueRef = lvalue; in getReference()
H A DSema.h2092 QualType BuildReferenceType(QualType T, bool LValueRef,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2262 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
2320 if (LValueRef) in BuildReferenceType()
5154 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
6541 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()