Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h1734 unsigned SpelledAsLValue : 1;
2890 bool SpelledAsLValue)
2893 ReferenceTypeBits.SpelledAsLValue = SpelledAsLValue;
2898 bool isSpelledAsLValue() const { return ReferenceTypeBits.SpelledAsLValue; }
2917 bool SpelledAsLValue) {
2919 ID.AddBoolean(SpelledAsLValue);
2933 bool SpelledAsLValue)
2935 SpelledAsLValue) {}
H A DASTContext.h1406 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2217 QualType Sema::BuildReferenceType(QualType T, bool SpelledAsLValue, in BuildReferenceType() argument
2229 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType()
2277 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3432 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType()
3440 ReferenceType::Profile(ID, T, SpelledAsLValue); in getLValueReferenceType()
3452 if (!SpelledAsLValue || InnerRef || !T.isCanonical()) { in getLValueReferenceType()
3463 SpelledAsLValue); in getLValueReferenceType()