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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; member in class:llvm::ms_demangle::ReferenceKind
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1219 bool LValueRef : 1; member in struct:clang::DeclaratorChunk::ReferenceTypeInfo
1596 I.Ref.LValueRef = lvalue;
H A DSema.h1583 QualType BuildReferenceType(QualType T, bool LValueRef,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2093 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); local
2128 if (LValueRef)
4593 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name);
5855 assert(!Chunk.Ref.LValueRef);

Completed in 295 milliseconds