reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
88 IndentLevel += SubIndent; 99 IndentLevel -= SubIndent; 104 IndentLevel += (PrefixWidth + 1) / 2; 110 IndentLevel -= (PrefixWidth + 1) / 2; 143 for (int i = 0, e = IndentLevel+Delta; i < e; ++i) 187 D->print(OS, Policy, IndentLevel); 192 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); 356 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);