Searched refs:isSpelledAsLValue (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h2110 bool isSpelledAsLValue() const { return ReferenceTypeBits.SpelledAsLValue; } function in class:clang::ReferenceType
2123 Profile(ID, PointeeType, isSpelledAsLValue());
/external/clang/lib/AST/
H A DASTImporter.cpp436 if (Ref1->isSpelledAsLValue() != Ref2->isSpelledAsLValue())
H A DASTContext.cpp2479 lv->isSpelledAsLValue());
/external/clang/lib/Sema/
H A DSemaType.cpp4346 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
H A DSemaInit.cpp6099 (*ResultType)->getAs<LValueReferenceType>()->isSpelledAsLValue());
H A DTreeTransform.h3889 T->isSpelledAsLValue(),
/external/clang/lib/Serialization/
H A DASTWriter.cpp132 Record.push_back(T->isSpelledAsLValue());

Completed in 285 milliseconds