Searched refs:CXXCompiler (Results 1 – 3 of 3) sorted by relevance
10 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler):
20 from libcxx.compiler import CXXCompiler232 self.cxx = CXXCompiler(cxx) if not self.cxx_is_clang_cl else \262 return CXXCompiler(clang_path, flags=flags,
15 class CXXCompiler(object): class