Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h396 assert(C.IsAtBeginning && "You may only iterate over a collection once!"); in begin()
397 C.IsAtBeginning = false; in begin()
405 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
406 if (C.IsAtBeginning) in skip()
452 bool IsAtBeginning = true; variable
509 bool IsAtBeginning = true; variable