Lines Matching refs:Parens
874 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseLambdaIntroducer() local
875 Parens.consumeOpen(); in ParseLambdaIntroducer()
880 Parens.skipToEnd(); in ParseLambdaIntroducer()
883 Parens.skipToEnd(); in ParseLambdaIntroducer()
886 Parens.consumeClose(); in ParseLambdaIntroducer()
887 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer()
888 Parens.getCloseLocation(), in ParseLambdaIntroducer()
2868 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseTypeTrait() local
2869 if (Parens.expectAndConsume()) in ParseTypeTrait()
2877 Parens.skipToEnd(); in ParseTypeTrait()
2885 Parens.skipToEnd(); in ParseTypeTrait()
2894 if (Parens.consumeClose()) in ParseTypeTrait()
2897 SourceLocation EndLoc = Parens.getCloseLocation(); in ParseTypeTrait()