Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1107 bool LValueRef : 1; member
1439 I.Ref.LValueRef = lvalue; in getReference()
DSema.h1133 QualType BuildReferenceType(QualType T, bool LValueRef,
/external/clang/lib/Sema/
DSemaType.cpp1455 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
1487 if (LValueRef) in BuildReferenceType()
2638 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
3786 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()