Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp628 std::ifstream IgnoreFile{Path.c_str()}; in isIgnored() local
629 if (!IgnoreFile.good()) in isIgnored()
634 for (std::string Line; std::getline(IgnoreFile, Line);) { in isIgnored()