Searched defs:SpelledAsLValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp1416 QualType Sema::BuildReferenceType(QualType T, bool SpelledAsLValue, argument
1428 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>();
1461 return Context.getLValueReferenceType(T, SpelledAsLValue);
/external/clang/include/clang/AST/
H A DType.h1290 unsigned SpelledAsLValue : 1;
2098 bool SpelledAsLValue) :
2105 ReferenceTypeBits.SpelledAsLValue = SpelledAsLValue;
2110 bool isSpelledAsLValue() const { return ReferenceTypeBits.SpelledAsLValue; }
2127 bool SpelledAsLValue) {
2129 ID.AddBoolean(SpelledAsLValue);
2142 bool SpelledAsLValue) :
2143 ReferenceType(LValueReference, Referencee, CanonicalRef, SpelledAsLValue)
2097 ReferenceType(TypeClass tc, QualType Referencee, QualType CanonicalRef, bool SpelledAsLValue) argument
2125 Profile(llvm::FoldingSetNodeID &ID, QualType Referencee, bool SpelledAsLValue) argument
2141 LValueReferenceType(QualType Referencee, QualType CanonicalRef, bool SpelledAsLValue) argument

Completed in 425 milliseconds