Searched refs:to_swift (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/build/toolchain/ios/ |
H A D | swiftc.py | 33 def __init__(self, arg_name, arg_join, to_swift, to_clang): argument 36 self._to_swift = to_swift 70 to_swift=lambda _: arg_name != '-isystem', 81 to_swift=lambda _: True, 92 to_swift=lambda _: '=' not in _,
|
/aosp_15_r20/external/angle/build/toolchain/apple/ |
H A D | swiftc.py | 33 def __init__(self, arg_name, arg_join, to_swift, to_clang): argument 36 self._to_swift = to_swift 70 to_swift=lambda _: arg_name != '-isystem', 81 to_swift=lambda _: True, 92 to_swift=lambda _: '=' not in _,
|