Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1509 unsigned BlockExitIndent, in findBlockScalarIndent()
1556 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent()
1599 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; in scanBlockScalar() local