Home
last modified time | relevance | path

Searched defs:BlockExitIndent (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDYAMLParser.cpp1510 unsigned BlockExitIndent, in findBlockScalarIndent()
1557 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent()
1600 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local