Searched defs:isLValueReference (Results 1 – 3 of 3) sorted by relevance
662 bool isLValueReference() const { return getFlags() & FlagLValueReference; } in isLValueReference() function1773 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
9763 bool isLValueReference = false; in NoteSurrogateCandidate() local