Searched refs:inc_path (Results 1 – 2 of 2) sorted by relevance
86 llvm::Optional<llvm::StringRef> inc_path; in analyzeFile() local89 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()
71 inc_path = os.path.join(base, inc) variable72 scan_deps(relative, inc_path)