Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp507 SequenceElement = inSeqAnyElement(E) || inFlowSeqAnyElement(E); in mapTag()
814 if (StateStack.empty() || (!inFlowSeqAnyElement(StateStack.back()) && in outputUpToEndOfLine()
848 inFlowSeqAnyElement(StateStack.back()) || in newLineCheck()
893 bool Output::inFlowSeqAnyElement(InState State) { in inFlowSeqAnyElement() function in Output