Searched refs:ParsePreprocessedLine (Results 1 – 1 of 1) sorted by relevance
304 bool ParsePreprocessedLine(const string& line, string* decl, std::string* package, in ParsePreprocessedLine() function373 if (!ParsePreprocessedLine(line, &decl, &package, &class_name)) { in parse_preprocessed_file()