Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp16 bool CppModuleConfiguration::SetOncePath::TrySet(llvm::StringRef path) { in TrySet() function in CppModuleConfiguration::SetOncePath
46 return m_std_inc.TrySet(posix_dir); in analyzeFile()
54 return m_c_inc.TrySet(posix_dir); in analyzeFile()
H A DCppModuleConfiguration.h33 LLVM_NODISCARD bool TrySet(llvm::StringRef path);