Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp100 static std::string MakePath(llvm::StringRef lhs, llvm::StringRef rhs) { in MakePath() function
116 MakePath(m_c_inc.Get(), "stdio.h"), in hasValidConfig()
119 MakePath(m_std_inc.Get(), "module.modulemap"), in hasValidConfig()
122 MakePath(m_std_inc.Get(), "vector"), in hasValidConfig()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp425 auto MakePath = [&](const llvm::ArrayRef<const char *> &SubDirs) { in detectDeviceLibrary() local
433 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()