Home
last modified time | relevance | path

Searched refs:PCH_NONE (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/gn/
H A Dc_tool.h39 enum PrecompiledHeaderType { PCH_NONE = 0, PCH_GCC = 1, PCH_MSVC = 2 }; enumerator
H A Dninja_c_binary_target_writer.cc283 if (tool_c && tool_c->precompiled_header_type() != CTool::PCH_NONE && in WritePCHCommands()
290 if (tool_cxx && tool_cxx->precompiled_header_type() != CTool::PCH_NONE && in WritePCHCommands()
332 case CTool::PCH_NONE: in WritePCHCommand()
465 if (tool->precompiled_header_type() != CTool::PCH_NONE) { in WriteSources()
H A Dninja_target_command_util.cc148 case CTool::PCH_NONE: in GetPCHOutputFiles()
H A Dc_tool.cc25 : Tool(n), depsformat_(DEPS_GCC), precompiled_header_type_(PCH_NONE) { in CTool()

Completed in 4 milliseconds