Home
last modified time | relevance | path

Searched refs:SpelledAsLValue (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DType.h1428 unsigned SpelledAsLValue : 1;
2324 bool SpelledAsLValue) :
2331 ReferenceTypeBits.SpelledAsLValue = SpelledAsLValue;
2336 bool isSpelledAsLValue() const { return ReferenceTypeBits.SpelledAsLValue; }
2353 bool SpelledAsLValue) {
2355 ID.AddBoolean(SpelledAsLValue);
2368 bool SpelledAsLValue) :
2369 ReferenceType(LValueReference, Referencee, CanonicalRef, SpelledAsLValue)
DASTContext.h1118 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/external/clang/lib/Sema/
DSemaType.cpp1984 QualType Sema::BuildReferenceType(QualType T, bool SpelledAsLValue, in BuildReferenceType() argument
1996 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType()
2029 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
/external/clang/lib/AST/
DASTContext.cpp2466 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType()
2473 ReferenceType::Profile(ID, T, SpelledAsLValue); in getLValueReferenceType()
2485 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()
2497 SpelledAsLValue); in getLValueReferenceType()