Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h398 assert(C.IsAtBeginning && "You may only iterate over a collection once!"); in begin()
399 C.IsAtBeginning = false; in begin()
407 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
408 if (C.IsAtBeginning) in skip()
454 bool IsAtBeginning = true; variable
511 bool IsAtBeginning = true; variable