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

/external/clang/lib/Sema/
H A DSemaType.cpp1160 QualType Sema::BuildReferenceType(QualType T, bool SpelledAsLValue, argument
1172 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>();
1202 return Context.getLValueReferenceType(T, SpelledAsLValue);
/external/clang/include/clang/AST/
H A DType.h1270 unsigned SpelledAsLValue : 1;
1979 bool SpelledAsLValue) :
1986 ReferenceTypeBits.SpelledAsLValue = SpelledAsLValue;
1991 bool isSpelledAsLValue() const { return ReferenceTypeBits.SpelledAsLValue; }
2008 bool SpelledAsLValue) {
2010 ID.AddBoolean(SpelledAsLValue);
2024 bool SpelledAsLValue) :
2025 ReferenceType(LValueReference, Referencee, CanonicalRef, SpelledAsLValue)
1978 ReferenceType(TypeClass tc, QualType Referencee, QualType CanonicalRef, bool SpelledAsLValue) argument
2006 Profile(llvm::FoldingSetNodeID &ID, QualType Referencee, bool SpelledAsLValue) argument
2023 LValueReferenceType(QualType Referencee, QualType CanonicalRef, bool SpelledAsLValue) argument

Completed in 86 milliseconds