Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp61 static std::string MakePath(llvm::StringRef lhs, llvm::StringRef rhs) { in MakePath() function
77 MakePath(m_c_inc.Get(), "stdio.h"), in hasValidConfig()
80 MakePath(m_std_inc.Get(), "module.modulemap"), in hasValidConfig()
83 MakePath(m_std_inc.Get(), "vector"), in hasValidConfig()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp418 auto MakePath = [&](const llvm::ArrayRef<const char *> &SubDirs) { in detectDeviceLibrary() local
426 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()