Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h382 assert(C.IsAtBeginning && "You may only iterate over a collection once!"); in begin()
383 C.IsAtBeginning = false; in begin()
391 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
392 if (C.IsAtBeginning) in skip()
438 bool IsAtBeginning = true; variable
495 bool IsAtBeginning = true; variable