Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp17 bool CppModuleConfiguration::SetOncePath::TrySet(llvm::StringRef path) { in TrySet() function in CppModuleConfiguration::SetOncePath
75 if (!m_std_inc.TrySet(posix_dir)) in analyzeFile()
82 return m_std_target_inc.TrySet( in analyzeFile()
90 return m_c_target_inc.TrySet(*inc_path); in analyzeFile()
93 return m_c_inc.TrySet(*inc_path); in analyzeFile()
H A DCppModuleConfiguration.h33 LLVM_NODISCARD bool TrySet(llvm::StringRef path);