Searched refs:HasParm (Results 1 – 2 of 2) sorted by relevance
40 bool *HasParm = nullptr) const =0;
3972 VarGrpRef getGroupOfVar(const VarDecl *Var, bool *HasParm) const override { in getGroupOfVar()3974 if (HasParm) in getGroupOfVar()3975 *HasParm = true; in getGroupOfVar()3978 if (HasParm) in getGroupOfVar()3979 *HasParm = false; in getGroupOfVar()4191 bool HasParm = false; in applyGadgets() local4196 if (!HasParm && isParameterOf(V, D)) in applyGadgets()4197 HasParm = true; in applyGadgets()4199 if (HasParm) in applyGadgets()