Searched refs:expectAndConsume (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 292 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleVarList() 490 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSingleExprClause() 520 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleClause() 574 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSingleExprWithArgClause() 683 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPVarListClause()
|
D | ParseExprCXX.cpp | 1309 if (T.expectAndConsume(diag::err_expected_lparen_after, CastName)) in ParseCXXCasts() 1341 if (T.expectAndConsume(diag::err_expected_lparen_after, "typeid")) in ParseCXXTypeid() 1406 if (T.expectAndConsume(diag::err_expected_lparen_after, "__uuidof")) in ParseCXXUuidof() 2899 if (Parens.expectAndConsume()) in ParseTypeTrait() 2956 if (T.expectAndConsume()) in ParseArrayTypeTrait() 2999 if (T.expectAndConsume()) in ParseExpressionTrait()
|
D | RAIIObjectsForParser.h | 419 bool expectAndConsume(unsigned DiagID = diag::err_expected,
|
D | ParseExpr.cpp | 1229 if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept")) in ParseCastExpression() 2367 if (T.expectAndConsume()) in ParseGenericSelectionExpression()
|
D | ParseDeclCXX.cpp | 778 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseDecltypeSpecifier() 885 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseUnderlyingTypeSpecifier()
|
D | ParseStmt.cpp | 2046 if (T.expectAndConsume()) in ParseCXXCatchBlock()
|
D | Parser.cpp | 1926 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
|
D | ParseDecl.cpp | 404 T.expectAndConsume(diag::err_expected_lparen_after, in ParseMicrosoftDeclSpecArgs() 537 if (T.expectAndConsume(diag::err_expected_lparen_after, "__declspec", in ParseMicrosoftDeclSpec() 2400 if (T.expectAndConsume()) in ParseAlignmentSpecifier()
|