Home | History | Annotate | Download | only in Format

Lines Matching refs:is_regular_file

2073     // Ignore errors from is_regular_file: we only need to know if we can read
2075 llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile);
2082 llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile);