Lines Matching refs:Parens
890 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseLambdaIntroducer() local
891 Parens.consumeOpen(); in ParseLambdaIntroducer()
898 Parens.skipToEnd(); in ParseLambdaIntroducer()
901 Parens.skipToEnd(); in ParseLambdaIntroducer()
904 Parens.consumeClose(); in ParseLambdaIntroducer()
905 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer()
906 Parens.getCloseLocation(), in ParseLambdaIntroducer()
2982 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseTypeTrait() local
2983 if (Parens.expectAndConsume()) in ParseTypeTrait()
2991 Parens.skipToEnd(); in ParseTypeTrait()
2999 Parens.skipToEnd(); in ParseTypeTrait()
3008 if (Parens.consumeClose()) in ParseTypeTrait()
3011 SourceLocation EndLoc = Parens.getCloseLocation(); in ParseTypeTrait()