Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp67 llvm::StringRef posix_dir(dir_buffer); in analyzeFile() local
75 parent_path(posix_dir, Style::posix).ends_with("c++")) { in analyzeFile()
76 if (!m_std_inc.TrySet(posix_dir)) in analyzeFile()
81 posix_dir.consume_back("c++/v1"); in analyzeFile()
84 (posix_dir + triple.str() + "/c++/v1").str()); in analyzeFile()
90 if ((inc_path = guessIncludePath(posix_dir, path))) in analyzeFile()
93 if ((inc_path = guessIncludePath(posix_dir, "/usr/include"))) in analyzeFile()