Searched defs:isLValueReference (Results 1 – 7 of 7) sorted by relevance
662 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function1773 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
786 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function1786 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
786 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function1843 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
775 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function2022 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
782 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function1782 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function
9763 bool isLValueReference = false; in NoteSurrogateCandidate() local