Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h391 assert(C.IsAtBeginning && "You may only iterate over a collection once!"); in begin()
392 C.IsAtBeginning = false; in begin()
400 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
401 if (C.IsAtBeginning) in skip()
447 bool IsAtBeginning = true; variable
504 bool IsAtBeginning = true; variable