Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp1179 wasEscaped(StringRef::iterator First, StringRef::iterator Position);
1183 static bool wasEscaped(StringRef::iterator First, in wasEscaped() function
1207 && wasEscaped(Start + 1, Current)); in scanFlowScalar()