Home
last modified time | relevance | path

Searched refs:inSeqAnyElement (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()
764 return !inSeqAnyElement(StateStack[StateStack.size() - 2]); in canElideEmptySequence()
850 inSeqAnyElement(StateStack[StateStack.size() - 2])) { in newLineCheck()
889 bool Output::inSeqAnyElement(InState State) { in inSeqAnyElement() function in Output