Searched refs:HasCommaPasting (Results 1 – 2 of 2) sorted by relevance
94 bool HasCommaPasting : 1; variable219 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting()220 void setHasCommaPasting() { HasCommaPasting = true; } in setHasCommaPasting()
53 HasCommaPasting(false), IsDisabled(false), IsUsed(false), in MacroInfo()