Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h73 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1243 bool LValueRef : 1; member
1626 I.Ref.LValueRef = lvalue; in getReference()
H A DSema.h2049 QualType BuildReferenceType(QualType T, bool LValueRef,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2229 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
2276 if (LValueRef) in BuildReferenceType()
5041 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
6388 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()