Searched refs:InMacroBody (Results 1 – 7 of 7) sorted by relevance
56 InMacroBody(Line.InMacroBody), in AnnotatedLine()177 bool InMacroBody; variable
71 Indent = Line.InMacroBody in nextLine()675 bool InMacroBody = I[0]->InMacroBody; in tryMergeShortCaseLabels() local683 if (Line->InMacroBody != InMacroBody) in tryMergeShortCaseLabels()
50 bool InMacroBody = false; member
210 Line.InMacroBody = false; in ~ScopedMacroState()
114 Parser.Line->InMacroBody = PreBlockLine->InMacroBody; in ScopedLineState() 507 if (!Line->InMacroBody && !Style.isTableGen()) { in calculateBraceTypes() 614 if (IsCpp && Line->InMacroBody && PrevTok != FormatTok && in calculateBraceTypes() 741 assert(!Line.InMacroBody); in mightFitOnOneLine() 1188 Line->InMacroBody = true; in parsePPDefine() 1684 if (!Line->InMacroBody || CurrentLines->size() > 1) in parseStructuralElement() 2566 if (!MightBeStmtExpr && !MightBeFoldExpr && !Line->InMacroBody && in parseParens()
760 /*IsAligned=*/false, State.Line->InMacroBody); in addTokenOnCurrentLine()
1947 if (!Line.InMacroBody && CurrentToken->is(tok::hash)) { in parseLine()2575 (!NextNonComment && !Line.InMacroBody) || in isStartOfName()