reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/VirtualFileSystem.cpp
 1510       if (!parseScalarString(I.getKey(), Key, KeyBuffer))
 1513       if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys))
 1517         auto *Roots = dyn_cast<yaml::SequenceNode>(I.getValue());
 1519           error(I.getValue(), "expected array");
 1533         if (!parseScalarString(I.getValue(), VersionString, Storage))
 1537           error(I.getValue(), "expected integer");
 1541           error(I.getValue(), "invalid version number");
 1545           error(I.getValue(), "version mismatch, expected 0");
 1549         if (!parseScalarBool(I.getValue(), FS->CaseSensitive))
 1552         if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay))
 1555         if (!parseScalarBool(I.getValue(), FS->UseExternalNames))
 1558         if (!parseScalarBool(I.getValue(), FS->IsFallthrough))