reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 Style(Style), IdentTable(getFormattingLangOpts(Style)), 30 Style(Style), IdentTable(getFormattingLangOpts(Style)), 32 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin), 33 MacroBlockEndRegex(Style.MacroBlockEnd) { 35 getFormattingLangOpts(Style))); 38 for (const std::string &ForEachMacro : Style.ForEachMacros) 40 for (const std::string &StatementMacro : Style.StatementMacros) 42 for (const std::string &TypenameMacro : Style.TypenameMacros) 44 for (const std::string &NamespaceMacro : Style.NamespaceMacros)