Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1091 bool LValueRef : 1; member
1402 I.Ref.LValueRef = lvalue; in getReference()
DSema.h1026 QualType BuildReferenceType(QualType T, bool LValueRef,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp1387 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
1416 if (LValueRef) in BuildReferenceType()
2626 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator()
3749 assert(!Chunk.Ref.LValueRef); in VisitRValueReferenceTypeLoc()