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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1135 bool LValueRef : 1; member in struct:clang::DeclaratorChunk::ReferenceTypeInfo
1487 I.Ref.LValueRef = lvalue;
H A DSema.h1223 QualType BuildReferenceType(QualType T, bool LValueRef,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1901 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); local
1933 if (LValueRef)
3654 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name);
4825 assert(!Chunk.Ref.LValueRef);

Completed in 109 milliseconds