Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp18 bool CppModuleConfiguration::SetOncePath::TrySet(llvm::StringRef path) { in TrySet() function in CppModuleConfiguration::SetOncePath
76 if (!m_std_inc.TrySet(posix_dir)) in analyzeFile()
83 return m_std_target_inc.TrySet( in analyzeFile()
91 return m_c_target_inc.TrySet(*inc_path); in analyzeFile()
94 return m_c_inc.TrySet(*inc_path); in analyzeFile()
H A DCppModuleConfiguration.h33 [[nodiscard]] bool TrySet(llvm::StringRef path);