Searched defs:isNotDuplicable (Results 1 – 2 of 2) sorted by relevance
282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
248 bool isNotDuplicable : 1; variable