Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp76 if (!m_std_inc.TrySet(posix_dir)) in analyzeFile()
109 if (!m_c_inc.Valid() || !m_std_inc.Valid()) in hasValidConfig()
120 MakePath(m_std_inc.Get(), "module.modulemap"), in hasValidConfig()
123 MakePath(m_std_inc.Get(), "vector"), in hasValidConfig()
150 m_include_dirs = {m_std_inc.Get().str(), m_resource_inc, in CppModuleConfiguration()
H A DCppModuleConfiguration.h44 SetOncePath m_std_inc; variable