Searched refs:preprocessor_output_path (Results 1 – 2 of 2) sorted by relevance
23 bool preprocessHeaders(const std::string& preprocessor_output_path, const std::string& source_dir,
455 std::string preprocessor_output_path; in main() local510 if (!preprocessor_output_path.empty()) { in main()513 preprocessor_output_path = optarg; in main()514 if (preprocessor_output_path.empty()) { in main()636 if (!preprocessor_output_path.empty() && (force || !failed)) { in main()637 failed = !preprocessHeaders(preprocessor_output_path, header_dir, declaration_database.get()); in main()