Searched refs:TrySet (Results 1 – 2 of 2) sorted by relevance
17 bool CppModuleConfiguration::SetOncePath::TrySet(llvm::StringRef path) { in TrySet() function in CppModuleConfiguration::SetOncePath75 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()
33 LLVM_NODISCARD bool TrySet(llvm::StringRef path);