Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1315 bool parseScalarBool(yaml::Node *N, bool &Result) { in parseScalarBool() function in llvm::vfs::RedirectingFileSystemParser
1557 if (!parseScalarBool(I.getValue(), Val)) in parseEntry()
1718 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()
1721 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay)) in parse()
1724 if (!parseScalarBool(I.getValue(), FS->UseExternalNames)) in parse()
1727 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()