Searched refs:parseScalarBool (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1210 bool parseScalarBool(yaml::Node *N, bool &Result) { function in class:llvm::vfs::RedirectingFileSystemParser
1444 if (!parseScalarBool(I.getValue(), Val))
1601 if (!parseScalarBool(I.getValue(), FS->CaseSensitive))
1604 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay))
1607 if (!parseScalarBool(I.getValue(), FS->UseExternalNames))
1610 if (!parseScalarBool(I.getValue(), FS->IsFallthrough))

Completed in 105 milliseconds