Searched defs:scanFlowCollectionStart (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DYAMLParser.cpp427 bool scanFlowCollectionStart(bool IsSequence);
1098 bool Scanner::scanFlowCollectionStart(bool IsSequence) { function in class:Scanner
1485 return scanFlowCollectionStart(true);
1488 return scanFlowCollectionStart(false);

Completed in 68 milliseconds