Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsource_file.cc44 return SourceFile::SOURCE_M; // .m in GetSourceFileType()
198 Get(SourceFile::SOURCE_C) || Get(SourceFile::SOURCE_M) || in CSourceUsed()
Dsource_file_unittest.cc39 {"foo.m", SourceFile::SOURCE_M}, in TEST()
Dsource_file.h34 SOURCE_M, enumerator
Dcompile_commands_writer.cc189 if (source_type == SourceFile::SOURCE_M) in WriteCommand()
258 source_type != SourceFile::SOURCE_M && in OutputJSON()
Dbinary_target_generator.cc102 case SourceFile::SOURCE_M: in FillSources()
Dninja_target_writer.cc256 target_->source_types_used().Get(SourceFile::SOURCE_M) || in WriteCCompilerVars()
282 ? target_->source_types_used().Get(SourceFile::SOURCE_M) in WriteCCompilerVars()
Dtool.cc326 case SourceFile::SOURCE_M: in GetToolTypeForSourceType()
Dninja_binary_target_writer.cc254 if (source_set->source_types_used().Get(SourceFile::SOURCE_M)) { in AddSourceSetFiles()
Dheader_checker.cc158 type != SourceFile::SOURCE_C && type != SourceFile::SOURCE_M && in RunCheckOverFiles()
Dninja_c_binary_target_writer.cc293 target_->source_types_used().Get(SourceFile::SOURCE_M)) { in WritePCHCommands()