Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DFileManagerTest.cpp30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument
36 Data.IsDirectory = !IsFile; in InjectFileOrDirectory()
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormat.cpp1465 bool IsFile = false; in getStyle() local
1468 llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile); in getStyle()
1470 if (!IsFile) { in getStyle()
1475 llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile); in getStyle()
1478 if (IsFile) { in getStyle()