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

References

include/llvm/Support/YAMLParser.h
  591     return !(*this == Other);
lib/Remarks/YAMLRemarkParser.cpp
  415   if (YAMLIt == Stream.end())
lib/Support/VirtualFileSystem.cpp
 1592   if (DI == Stream.end() || !Root) {
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 2101     if (I == YAMLStream.end())
tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  331   if (I == YAMLStream.end()) {
tools/sancov/sancov.cpp
  376   failIf(DI == S.end(), "empty document: " + InputFile);