Searched refs:startIndent (Results 1 – 1 of 1) sorted by relevance
464 int startIndent = iDef.fContentStart - before - 1; in writeCodeBlock() local467 string result = writeCodeBlock(i, iDef.fMarkType, startIndent); in writeCodeBlock()489 this->codeBlockSpaces(result, startIndent); in writeCodeBlock()495 string IncludeParser::writeCodeBlock(TextParser& i, MarkType markType, int startIndent) { in writeCodeBlock() argument504 this->codeBlockSpaces(result, startIndent); in writeCodeBlock()583 if (elided && ((MarkType::kFunction != markType && lastIndent > startIndent) || elidedTClass)) { in writeCodeBlock()