Searched defs:IncludeWriter (Results 1 – 2 of 2) sorted by relevance
70 struct IncludeWriter { struct71 explicit IncludeWriter(PathOutput& path_output) : path_output_(path_output) {} in IncludeWriter() function74 void operator()(const SourceDir& d, std::ostream& out) const { in operator()84 PathOutput& path_output_;
21 struct IncludeWriter { struct22 void operator()(const SourceDir& dir, std::ostream& out) const { in operator ()()