Searched refs:forced_include_files (Results 1 – 4 of 4) sorted by relevance
19 std::string forced_include_files; member
44 AppendOption(cflag.size() > 3 && cflag[2] == 'I', forced_include_files, in ParseCompilerOption()
33 ASSERT_EQ("include.h;C:/path/file.h;", options.forced_include_files); in TEST()
590 if (!options.forced_include_files.empty()) { in WriteProjectFileContents()592 ->Text(options.forced_include_files); in WriteProjectFileContents()