Searched refs:isConstRefOrPtrUse (Results 1 – 2 of 2) sorted by relevance
78 bool isConstRefOrPtrUse() const { return ConstRefUse || ConstPtrUse; } in isConstRefOrPtrUse() function
1765 if (a.isConstRefOrPtrUse() != b.isConstRefOrPtrUse()) in diagnoseUnitializedVar()1766 return b.isConstRefOrPtrUse(); in diagnoseUnitializedVar()