Home
last modified time | relevance | path

Searched refs:IsModuleMapType (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dsource_file.h66 bool IsModuleMapType() const; // SOURCE_MODULEMAP
Dsource_file.cc147 bool SourceFile::IsModuleMapType() const { in IsModuleMapType() function in SourceFile
Dninja_c_binary_target_writer.cc79 if (sf.IsModuleMapType()) in GetModuleMapFromTargetSources()
491 if (!source.IsModuleMapType()) { in WriteSources()