Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1635 bool parseScalarBool(yaml::Node *N, bool &Result) { in parseScalarBool() function in llvm::vfs::RedirectingFileSystemParser
1908 if (!parseScalarBool(I.getValue(), Val)) in parseEntry()
2097 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()
2100 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay)) in parse()
2103 if (!parseScalarBool(I.getValue(), FS->UseExternalNames)) in parse()
2113 if (!parseScalarBool(I.getValue(), ShouldFallthrough)) in parse()