Searched defs:NotableFlags (Results 1 – 1 of 1) sorted by relevance
195 struct NotableFlags { struct196 typedef set<const CommandLineFlagInfo *> FlagSet;197 FlagSet perfect_match_flag;198 FlagSet module_flags; // Found in module file199 FlagSet package_flags; // Found in same directory as module file200 FlagSet most_common_flags; // One of the XXX most commonly supplied flags201 FlagSet subpackage_flags; // Found in subdirectories of package