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

References

include/llvm/Support/YAMLParser.h
  330     assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
  331     return Base->CurrentEntry;
  335     assert(Base && Base->CurrentEntry &&
  337     return *Base->CurrentEntry;
  341     assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
  342     return Base->CurrentEntry;
  354       assert((Base->CurrentEntry == Other.Base->CurrentEntry)
  354       assert((Base->CurrentEntry == Other.Base->CurrentEntry)
  369     if (!Base->CurrentEntry)
lib/Support/YAMLParser.cpp
 2172     CurrentEntry = nullptr;
 2175   if (CurrentEntry)
 2176     CurrentEntry->skip();
 2182       CurrentEntry = parseBlockNode();
 2183       if (!CurrentEntry) { // An error occurred.
 2185         CurrentEntry = nullptr;
 2191       CurrentEntry = nullptr;
 2199       CurrentEntry = nullptr;
 2205       CurrentEntry = parseBlockNode();
 2206       if (!CurrentEntry) { // An error occurred.
 2208         CurrentEntry = nullptr;
 2214       CurrentEntry = nullptr;
 2229       CurrentEntry = nullptr;
 2237       CurrentEntry = nullptr;
 2243         CurrentEntry = nullptr;
 2247       CurrentEntry = parseBlockNode();
 2248       if (!CurrentEntry) {