Searched refs:CXXCompiler (Results 1 – 2 of 2) sorted by relevance
18 from libcxx.compiler import CXXCompiler193 self.cxx = CXXCompiler(self, cxx) if not self.cxx_is_clang_cl else \209 return CXXCompiler(self, clang_path, flags=flags,
14 class CXXCompiler(object): class