Home
last modified time | relevance | path

Searched refs:has_swift_values (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dswift_values.cc29 if (!pair.ptr->has_swift_values()) in FillModuleDependencies()
41 if (!pair.ptr->has_swift_values()) in FillModuleDependencies()
Dtarget.h320 bool has_swift_values() const { return swift_values_.get(); } in has_swift_values() function
324 return IsBinary() && has_swift_values() && in builds_swift_module()