Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dswift_values.cc70 if (!module_output_file_as_source.IsSwiftModuleType()) { in FillModuleOutputFile()
Dsource_file.h69 bool IsSwiftModuleType() const; // SOURCE_SWIFTMODULE
Dsource_file.cc157 bool SourceFile::IsSwiftModuleType() const { in IsSwiftModuleType() function in SourceFile