Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp52 guessIncludePath(llvm::StringRef path_to_file, llvm::StringRef pattern) { in guessIncludePath() function
90 if ((inc_path = guessIncludePath(posix_dir, path))) in analyzeFile()
93 if ((inc_path = guessIncludePath(posix_dir, "/usr/include"))) in analyzeFile()