Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1382 wasEscaped(StringRef::iterator First, StringRef::iterator Position);
1386 static bool wasEscaped(StringRef::iterator First, in wasEscaped() function
1410 && wasEscaped(Start + 1, Current)); in scanFlowScalar()