Searched refs:isLValueReference (Results 1 – 7 of 7) sorted by relevance
883 if (CTy->isLValueReference()) in constructTypeDIE()1245 if (SP->isLValueReference()) in applySubprogramAttributes()
875 if (CTy->isLValueReference()) in constructTypeDIE()1292 if (SP->isLValueReference()) in applySubprogramAttributes()
807 if (CTy->isLValueReference()) in constructTypeDIE()1242 if (SP->isLValueReference()) in applySubprogramAttributes()
586 bool isLValueReference() const { return getFlags() & FlagLValueReference; }1410 unsigned isLValueReference() const {
662 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function1773 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
734 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function1992 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
11247 bool isLValueReference = false; in NoteSurrogateCandidate() local11253 isLValueReference = true; in NoteSurrogateCandidate()11268 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType); in NoteSurrogateCandidate()