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