Home
last modified time | relevance | path

Searched refs:ESCAPE_COMPILATION_DATABASE (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Descape.h38 ESCAPE_COMPILATION_DATABASE, enumerator
Dcompile_commands_writer.cc80 DefineWriter(ESCAPE_COMPILATION_DATABASE)); in SetupCompileFlags()
88 FrameworksWriter(ESCAPE_COMPILATION_DATABASE, "-framework")); in SetupCompileFlags()
91 FrameworksWriter(ESCAPE_COMPILATION_DATABASE, "-weak_framework")); in SetupCompileFlags()
Dninja_target_command_util_unittest.cc60 TestWriter(DefineWriter(ESCAPE_COMPILATION_DATABASE), in TEST()
Descape_unittest.cc107 opts.mode = ESCAPE_COMPILATION_DATABASE; in TEST()
Descape.cc257 case ESCAPE_COMPILATION_DATABASE: in EscapeStringToString()