Home
last modified time | relevance | path

Searched refs:resource_dir (Results 1 – 18 of 18) sorted by relevance

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp144 llvm::SmallString<256> resource_dir; in CppModuleConfiguration() local
145 llvm::sys::path::append(resource_dir, GetClangResourceDir().GetPath(), in CppModuleConfiguration()
147 m_resource_inc = std::string(resource_dir.str()); in CppModuleConfiguration()
/llvm-project/clang-tools-extra/test/clang-tidy/
H A Dcheck_clang_tidy.py89 self.resource_dir = args.resource_dir
143 if self.resource_dir is not None:
144 self.clang_extra_args.append("-resource-dir=%s" % self.resource_dir)
/llvm-project/cmake/Modules/
H A DHandleCompilerRT.cmake91 OUTPUT_VARIABLE resource_dir
93 string(STRIP "${resource_dir}" resource_dir)
94 set(dirname "${resource_dir}/lib/darwin")
/llvm-project/clang-tools-extra/clang-doc/tool/
H A DCMakeLists.txt28 set(resource_dir "${LLVM_RUNTIME_OUTPUT_INTDIR}/../share/clang-doc") variable
47 copy_files_to_dst(${asset_dir} ${resource_dir} ${f})
/llvm-project/clang/test/Modules/
H A Dbuiltin-headers.mm2 …ile=%S/Inputs/builtin-headers/c++/module.modulemap -fmodule-map-file=%resource_dir/module.modulema…
4 …ile=%S/Inputs/builtin-headers/c++/module.modulemap -fmodule-map-file=%resource_dir/module.modulema…
H A Dcompiler_builtins.m4 // RUN: %clang_cc1 -fsyntax-only -fmodules -fmodule-map-file=%resource_dir/module.modulemap -fmodul…
/llvm-project/lldb/unittests/Expression/
H A DCppModuleConfigurationTest.cpp54 llvm::SmallString<256> resource_dir; in ResourceInc() local
55 llvm::sys::path::append(resource_dir, GetClangResourceDir().GetPath(), in ResourceInc()
57 return std::string(resource_dir); in ResourceInc()
/llvm-project/llvm/utils/gn/secondary/libcxxabi/include/
H A DBUILD.gn1 import("//clang/resource_dir.gni")
/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/cfi/
H A DBUILD.gn1 import("//clang/resource_dir.gni")
/llvm-project/llvm/utils/gn/secondary/clang/
H A Druntimes.gni1 import("//clang/resource_dir.gni")
/llvm-project/lldb/test/API/
H A Dlit.cfg.py40 resource_dir = (
45 return os.path.join(resource_dir, "lib", "darwin", name)
/llvm-project/llvm/utils/gn/secondary/compiler-rt/include/
H A DBUILD.gn1 import("//clang/resource_dir.gni")
/llvm-project/llvm/utils/gn/secondary/compiler-rt/
H A Dtarget.gni1 import("//clang/resource_dir.gni")
/llvm-project/clang-tools-extra/clangd/test/
H A Ddocument-link.test1 # Create a fake resource_dir so that the test can find the headers.
/llvm-project/llvm/cmake/modules/
H A DLLVMExternalProjectUtils.cmake325 set(resource_dir ${LLVM_TOOLS_BINARY_DIR}/${CLANG_RESOURCE_DIR})
327 set(resource_dir "${LLVM_LIBRARY_DIR}/clang/${CLANG_VERSION_MAJOR}")
331 set(${type}_flag -DCMAKE_${type}_FLAGS_INIT=-resource-dir=${resource_dir})
295 set(resource_dir ${LLVM_TOOLS_BINARY_DIR}/${CLANG_RESOURCE_DIR}) global() variable
297 set(resource_dir "${LLVM_LIBRARY_DIR}/clang/${CLANG_VERSION_MAJOR}") global() variable
/llvm-project/llvm/utils/gn/secondary/clang/lib/Headers/
H A DBUILD.gn1 import("//clang/resource_dir.gni")
/llvm-project/libc/include/
H A DCMakeLists.txt751 get_clang_resource_dir(resource_dir SUBDIR include)
755 ${CMAKE_INSTALL_PREFIX}/${resource_dir}/llvm_libc_wrappers/${nested_dir})
/llvm-project/clang/include/clang/Driver/
H A DOptions.td5841 def resource_dir : Separate<["-"], "resource-dir">,
5848 Alias<resource_dir>;