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.cpp506 SequenceElement = inSeqAnyElement(E) || inFlowSeqAnyElement(E); in mapTag()
765 return !inSeqAnyElement(StateStack[StateStack.size() - 2]); in canElideEmptySequence()
845 if (inSeqAnyElement(*I)) { in newLineCheck()
860 if (!inSeqAnyElement(*I)) in newLineCheck()
904 bool Output::inSeqAnyElement(InState State) { in inSeqAnyElement() function in Output