Searched refs:resource_dir (Results 1 – 15 of 15) sorted by relevance
143 llvm::SmallString<256> resource_dir; in CppModuleConfiguration() local144 llvm::sys::path::append(resource_dir, GetClangResourceDir().GetPath(), in CppModuleConfiguration()146 m_resource_inc = std::string(resource_dir.str()); in CppModuleConfiguration()
77 self.resource_dir = args.resource_dir125 if self.resource_dir is not None:126 self.clang_extra_args.append('-resource-dir=%s' % self.resource_dir)
91 OUTPUT_VARIABLE resource_dir93 string(STRIP "${resource_dir}" resource_dir)94 set(dirname "${resource_dir}/lib/darwin")
1 import("//clang/resource_dir.gni")
54 llvm::SmallString<256> resource_dir; in ResourceInc() local55 llvm::sys::path::append(resource_dir, GetClangResourceDir().GetPath(), in ResourceInc()57 return std::string(resource_dir); in ResourceInc()
37 resource_dir = subprocess.check_output(40 return os.path.join(resource_dir, 'lib', 'darwin', name)
4 // RUN: %clang_cc1 -fsyntax-only -fmodules -fmodule-map-file=%resource_dir/module.modulemap -fmodul…
1 # Create a fake resource_dir so that the test can find the headers.
260 set(resource_dir "${LLVM_LIBRARY_DIR}/clang/${CLANG_VERSION}") variable263 set(${type}_flag -DCMAKE_${type}_FLAGS=-resource-dir=${resource_dir})
4102 def resource_dir : Separate<["-"], "resource-dir">,4107 Alias<resource_dir>;