Searched refs:ConstRefUse (Results 1 – 2 of 2) sorted by relevance
51 bool ConstRefUse = false; variable70 void setConstRefUse() { ConstRefUse = true; } in setConstRefUse()76 bool isConstRefUse() const { return ConstRefUse; } in isConstRefUse()78 bool isConstRefOrPtrUse() const { return ConstRefUse || ConstPtrUse; } in isConstRefOrPtrUse()
279 enum Class { Init, Use, SelfInit, ConstRefUse, ConstPtrUse, Ignore }; enumerator443 classify((*I), isTrivialBody ? Ignore : ConstRefUse); in VisitCallExpr()757 case ClassifyRefs::ConstRefUse: in VisitDeclRefExpr()