Searched refs:stat_results (Results 1 – 2 of 2) sorted by relevance
751 struct stat stat_results; in clang_codeCompleteAt_Impl() local752 if (stat(pchName.str().c_str(), &stat_results) == 0) in clang_codeCompleteAt_Impl()
805 llvm::sys::fs::file_status stat_results; in clang_codeCompleteAt_Impl() local806 if (!llvm::sys::fs::status(pchName, stat_results)) in clang_codeCompleteAt_Impl()