Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp87 std::optional<llvm::StringRef> inc_path; in analyzeFile() local
90 if ((inc_path = guessIncludePath(posix_dir, path))) in analyzeFile()
91 return m_c_target_inc.TrySet(*inc_path); in analyzeFile()
93 if ((inc_path = guessIncludePath(posix_dir, "/usr/include"))) in analyzeFile()
94 return m_c_inc.TrySet(*inc_path); in analyzeFile()