Searched refs:inc_path (Results 1 – 1 of 1) sorted by relevance
87 std::optional<llvm::StringRef> inc_path; in analyzeFile() local90 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()