Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1315 bool parseScalarBool(yaml::Node *N, bool &Result) { in parseScalarBool() function in llvm::vfs::RedirectingFileSystemParser
1556 if (!parseScalarBool(I.getValue(), Val)) in parseEntry()
1717 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()
1720 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay)) in parse()
1723 if (!parseScalarBool(I.getValue(), FS->UseExternalNames)) in parse()
1726 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()