Searched refs:header_regex (Results 1 – 1 of 1) sorted by relevance
147 static const boost::regex header_regex(".*\\.(hh|hpp|h)$"); in main() local165 if (regex_match(fn, header_regex)) in main()