Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp86 llvm::Optional<llvm::StringRef> inc_path; in analyzeFile() local
89 if ((inc_path = guessIncludePath(posix_dir, path))) in analyzeFile()
90 return m_c_target_inc.TrySet(*inc_path); in analyzeFile()
92 if ((inc_path = guessIncludePath(posix_dir, "/usr/include"))) in analyzeFile()
93 return m_c_inc.TrySet(*inc_path); in analyzeFile()
/llvm-project-15.0.7/lldb/scripts/
H A Danalyze-project-deps.py71 inc_path = os.path.join(base, inc) variable
72 scan_deps(relative, inc_path)