Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h73 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1220 bool LValueRef : 1; member
1603 I.Ref.LValueRef = lvalue; in getReference()
H A DSema.h1909 QualType BuildReferenceType(QualType T, bool LValueRef,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2140 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
2182 if (LValueRef) in BuildReferenceType()
4854 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
6141 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()