Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLParser.h390 assert(C.IsAtBeginning && "You may only iterate over a collection once!"); in begin()
391 C.IsAtBeginning = false; in begin()
399 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
400 if (C.IsAtBeginning) in skip()
446 bool IsAtBeginning = true; variable
503 bool IsAtBeginning = true; variable