Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py18 from libcxx.compiler import CXXCompiler
193 self.cxx = CXXCompiler(self, cxx) if not self.cxx_is_clang_cl else \
209 return CXXCompiler(self, clang_path, flags=flags,
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dcompiler.py14 class CXXCompiler(object): class