Lines Matching refs:cl_compile
560 std::unique_ptr<XmlElementWriter> cl_compile = in WriteProjectFileContents() local
564 cl_compile->SubElement("AdditionalIncludeDirectories"); in WriteProjectFileContents()
575 cl_compile->SubElement("AdditionalOptions") in WriteProjectFileContents()
579 cl_compile->SubElement("BufferSecurityCheck") in WriteProjectFileContents()
582 cl_compile->SubElement("CompileAsWinRT")->Text("false"); in WriteProjectFileContents()
583 cl_compile->SubElement("DebugInformationFormat")->Text("ProgramDatabase"); in WriteProjectFileContents()
585 cl_compile->SubElement("DisableSpecificWarnings") in WriteProjectFileContents()
589 cl_compile->SubElement("ExceptionHandling")->Text("false"); in WriteProjectFileContents()
591 cl_compile->SubElement("ForcedIncludeFiles") in WriteProjectFileContents()
594 cl_compile->SubElement("MinimalRebuild")->Text("false"); in WriteProjectFileContents()
596 cl_compile->SubElement("Optimization")->Text(options.optimization); in WriteProjectFileContents()
597 cl_compile->SubElement("PrecompiledHeader")->Text("NotUsing"); in WriteProjectFileContents()
600 cl_compile->SubElement("PreprocessorDefinitions"); in WriteProjectFileContents()
608 cl_compile->SubElement("RuntimeLibrary")->Text(options.runtime_library); in WriteProjectFileContents()
610 cl_compile->SubElement("TreatWarningAsError") in WriteProjectFileContents()
614 cl_compile->SubElement("WarningLevel")->Text(options.warning_level); in WriteProjectFileContents()