Lines Matching refs:back

76     Left->ParentBracket = Contexts.back().ContextKind;  in parseAngle()
81 bool InExprContext = Contexts.back().IsExpression; in parseAngle()
83 Contexts.back().IsExpression = false; in parseAngle()
86 Contexts.back().InTemplateArgument = in parseAngle()
151 Left->ParentBracket = Contexts.back().ContextKind; in parseParens()
155 Contexts.back().ColonIsForRangeExpr = in parseParens()
168 Contexts.back().IsExpression = false; in parseParens()
175 Contexts.back().IsExpression = false; in parseParens()
183 Contexts.back().IsExpression = true; in parseParens()
189 Contexts.back().IsExpression = false; in parseParens()
193 Contexts.back().IsExpression = false; in parseParens()
198 Contexts.back().IsExpression = false; in parseParens()
201 Contexts.back().IsExpression = true; in parseParens()
204 Contexts.back().IsExpression = false; in parseParens()
209 Contexts.back().IsForEachMacro = true; in parseParens()
210 Contexts.back().IsExpression = false; in parseParens()
213 Contexts.back().IsExpression = false; in parseParens()
217 Contexts.back().IsExpression = !IsForOrCatch; in parseParens()
221 Contexts.back().ColonIsObjCMethodExpr = true; in parseParens()
266 Contexts.back().IsExpression = true; in parseParens()
290 if (Contexts.back().FirstObjCSelectorName) { in parseParens()
291 Contexts.back().FirstObjCSelectorName->LongestObjCSelectorName = in parseParens()
292 Contexts.back().LongestObjCSelectorName; in parseParens()
325 Contexts.back().IsExpression = false; in parseParens()
340 Contexts.back().CanBeExpression = true; in parseParens()
388 Left->ParentBracket = Contexts.back().ContextKind; in parseSquare()
396 (Contexts.back().CanBeExpression || Contexts.back().IsExpression || in parseSquare()
397 Contexts.back().InTemplateArgument); in parseSquare()
400 Contexts.back().InCpp11AttributeSpecifier; in parseSquare()
405 !IsCpp11AttributeSpecifier && Contexts.back().CanBeExpression && in parseSquare()
426 Contexts.back().ContextKind == tok::l_brace && in parseSquare()
429 } else if (Style.isCpp() && Contexts.back().ContextKind == tok::l_brace && in parseSquare()
486 Contexts.back().IsExpression = true; in parseSquare()
489 Contexts.back().IsExpression = false; in parseSquare()
491 Contexts.back().ColonIsObjCMethodExpr = StartsObjCMethodExpr; in parseSquare()
492 Contexts.back().InCpp11AttributeSpecifier = IsCpp11AttributeSpecifier; in parseSquare()
525 if (!Contexts.back().FirstObjCSelectorName) { in parseSquare()
529 Contexts.back().FirstObjCSelectorName = Previous; in parseSquare()
533 Contexts.back().FirstObjCSelectorName->ObjCSelectorNameParts; in parseSquare()
535 if (Contexts.back().FirstObjCSelectorName) { in parseSquare()
536 Contexts.back().FirstObjCSelectorName->LongestObjCSelectorName = in parseSquare()
537 Contexts.back().LongestObjCSelectorName; in parseSquare()
539 Contexts.back().FirstObjCSelectorName->LongestObjCSelectorName = 0; in parseSquare()
557 Contexts.back().ColonIsObjCMethodExpr = true; in parseSquare()
578 Left->ParentBracket = Contexts.back().ContextKind; in parseBrace()
580 if (Contexts.back().CaretFound) in parseBrace()
582 Contexts.back().CaretFound = false; in parseBrace()
585 Contexts.back().ColonIsDictLiteral = true; in parseBrace()
587 Contexts.back().IsExpression = true; in parseBrace()
590 Contexts.back().IsExpression = false; in parseBrace()
607 (!Contexts.back().ColonIsDictLiteral || !Style.isCpp())) || in parseBrace()
685 if (Contexts.back().ColonIsForRangeExpr || // colon in for loop in consumeToken()
688 Contexts.back().ContextKind == tok::l_paren || // function params in consumeToken()
689 Contexts.back().ContextKind == tok::l_square || // array type in consumeToken()
690 (!Contexts.back().IsExpression && in consumeToken()
691 Contexts.back().ContextKind == tok::l_brace) || // object type in consumeToken()
694 Contexts.back().IsExpression = false; in consumeToken()
699 if (Contexts.back().ColonIsDictLiteral || in consumeToken()
707 } else if (Contexts.back().ColonIsObjCMethodExpr || in consumeToken()
722 Contexts.back().LongestObjCSelectorName == 0 || in consumeToken()
725 if (!Contexts.back().FirstObjCSelectorName) in consumeToken()
726 Contexts.back().FirstObjCSelectorName = Tok->Previous; in consumeToken()
728 Contexts.back().LongestObjCSelectorName) in consumeToken()
729 Contexts.back().LongestObjCSelectorName = in consumeToken()
732 Contexts.back().FirstObjCSelectorName->ObjCSelectorNameParts; in consumeToken()
733 ++Contexts.back().FirstObjCSelectorName->ObjCSelectorNameParts; in consumeToken()
735 } else if (Contexts.back().ColonIsForRangeExpr) { in consumeToken()
753 } else if (Contexts.back().ContextKind == tok::l_paren) { in consumeToken()
762 !Contexts.back().IsExpression) in consumeToken()
786 Contexts.back().ColonIsForRangeExpr = true; in consumeToken()
807 !Contexts.back().IsExpression && !Line.startsWith(TT_ObjCProperty) && in consumeToken()
894 if (Line.MustBeDeclaration && !Contexts.back().IsExpression && in consumeToken()
903 if (Contexts.back().InCtorInitializer) in consumeToken()
905 else if (Contexts.back().InInheritanceList) in consumeToken()
907 else if (Contexts.back().FirstStartOfName && in consumeToken()
909 Contexts.back().FirstStartOfName->PartOfMultiVariableDeclStmt = true; in consumeToken()
912 if (Contexts.back().IsForEachMacro) in consumeToken()
913 Contexts.back().IsExpression = true; in consumeToken()
1019 Contexts.back().IsExpression = true; in parsePreprocessorDirective()
1108 if (Contexts.back().FirstObjCSelectorName) in parseLine()
1109 Contexts.back().FirstObjCSelectorName->LongestObjCSelectorName = in parseLine()
1110 Contexts.back().LongestObjCSelectorName; in parseLine()
1152 CurrentToken->BindingStrength = Contexts.back().BindingStrength; in next()
1196 P.Contexts.back().BindingStrength + Increase, in ScopedContextCreator()
1197 P.Contexts.back().IsExpression)); in ScopedContextCreator()
1213 Contexts.back().IsExpression = true; in modifyContext()
1234 Contexts.back().IsExpression = true; in modifyContext()
1236 Contexts.back().IsExpression = true; in modifyContext()
1238 Contexts.back().IsExpression = false; in modifyContext()
1240 Contexts.back().IsExpression = Style.Language == FormatStyle::LK_Java; in modifyContext()
1243 Contexts.back().IsExpression = true; in modifyContext()
1244 Contexts.back().InCtorInitializer = true; in modifyContext()
1246 Contexts.back().InInheritanceList = true; in modifyContext()
1253 Contexts.back().IsExpression = false; in modifyContext()
1255 Contexts.back().CanBeExpression = false; in modifyContext()
1258 Contexts.back().IsExpression = true; in modifyContext()
1292 Contexts.back().FirstStartOfName = &Current; in determineTokenType()
1298 Contexts.back().FirstStartOfName = nullptr; in determineTokenType()
1309 Contexts.back().CanBeExpression && in determineTokenType()
1310 Contexts.back().IsExpression, in determineTokenType()
1311 Contexts.back().InTemplateArgument); in determineTokenType()
1315 Contexts.back().CaretFound = true; in determineTokenType()
1322 Line.MustBeDeclaration && !Contexts.back().IsExpression) { in determineTokenType()
1636 if (IsExpression && !Contexts.back().CaretFound) in determineStarAmpUsage()