Lines Matching refs:Parens
878 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseLambdaIntroducer() local
879 Parens.consumeOpen(); in ParseLambdaIntroducer()
884 Parens.skipToEnd(); in ParseLambdaIntroducer()
887 Parens.skipToEnd(); in ParseLambdaIntroducer()
890 Parens.consumeClose(); in ParseLambdaIntroducer()
891 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer()
892 Parens.getCloseLocation(), in ParseLambdaIntroducer()
2898 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseTypeTrait() local
2899 if (Parens.expectAndConsume()) in ParseTypeTrait()
2907 Parens.skipToEnd(); in ParseTypeTrait()
2915 Parens.skipToEnd(); in ParseTypeTrait()
2924 if (Parens.consumeClose()) in ParseTypeTrait()
2927 SourceLocation EndLoc = Parens.getCloseLocation(); in ParseTypeTrait()