Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1126 bool LValueRef : 1; member
1469 I.Ref.LValueRef = lvalue; in getReference()
DSema.h1223 QualType BuildReferenceType(QualType T, bool LValueRef,
/external/clang/lib/Sema/
DSemaType.cpp1890 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
1922 if (LValueRef) in BuildReferenceType()
3622 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
4777 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()