Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1148 bool LValueRef : 1; member
1503 I.Ref.LValueRef = lvalue; in getReference()
DSema.h1243 QualType BuildReferenceType(QualType T, bool LValueRef,
/external/clang/lib/Sema/
DSemaType.cpp1996 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
2028 if (LValueRef) in BuildReferenceType()
3879 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
5074 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()