Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp51 guessIncludePath(llvm::StringRef path_to_file, llvm::StringRef pattern) { in guessIncludePath() function
89 if ((inc_path = guessIncludePath(posix_dir, path))) in analyzeFile()
92 if ((inc_path = guessIncludePath(posix_dir, "/usr/include"))) in analyzeFile()