Home
last modified time | relevance | path

Searched refs:SOURCE_MM (Results 1 – 10 of 10) sorted by relevance

/third_party/gn/src/gn/
Dsource_file.cc66 return SourceFile::SOURCE_MM; // .mm in GetSourceFileType()
199 Get(SourceFile::SOURCE_MM) || Get(SourceFile::SOURCE_RC) || in CSourceUsed()
Dsource_file_unittest.cc40 {"foo.mm", SourceFile::SOURCE_MM}, in TEST()
Dcompile_commands_writer.cc192 if (source_type == SourceFile::SOURCE_MM) in WriteCommand()
259 source_type != SourceFile::SOURCE_MM) in OutputJSON()
Dsource_file.h35 SOURCE_MM, enumerator
Dbinary_target_generator.cc103 case SourceFile::SOURCE_MM: in FillSources()
Dninja_target_writer.cc257 target_->source_types_used().Get(SourceFile::SOURCE_MM) || in WriteCCompilerVars()
290 ? target_->source_types_used().Get(SourceFile::SOURCE_MM) in WriteCCompilerVars()
Dtool.cc328 case SourceFile::SOURCE_MM: in GetToolTypeForSourceType()
Dninja_binary_target_writer.cc265 if (source_set->source_types_used().Get(SourceFile::SOURCE_MM)) { in AddSourceSetFiles()
Dheader_checker.cc159 type != SourceFile::SOURCE_MM && type != SourceFile::SOURCE_RC) in RunCheckOverFiles()
Dninja_c_binary_target_writer.cc302 target_->source_types_used().Get(SourceFile::SOURCE_MM)) { in WritePCHCommands()