Home
last modified time | relevance | path

Searched refs:macroLevel (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2558 inlineDelimiters[end].macroLevel != inlineDelimiters[start].macroLevel ||
2821 int macroLevel; /// the count of nested DDoc macros when the delimiter is started member
2844 int macroLevel; /// the count of nested DDoc macros when the list is started variable
4223 int macroLevel = 0; in highlightText() local
4313 if (previousMacroLevel < macroLevel && iParagraphStart < iLineStart) in highlightText()
4315 previousMacroLevel = macroLevel; in highlightText()
4404 quoteMacroLevel = macroLevel; in highlightText()
4544 headingMacroLevel = macroLevel; in highlightText()
4771 list.macroLevel = macroLevel; in highlightText()
4814 … auto emphasis = MarkdownDelimiter(i, count, macroLevel, leftFlanking, rightFlanking, false, c); in highlightText()
[all …]