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