Home
last modified time | relevance | path

Searched refs:expectAndConsume (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Parse/
DParseOpenMP.cpp292 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()
DParseExprCXX.cpp1309 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()
DRAIIObjectsForParser.h419 bool expectAndConsume(unsigned DiagID = diag::err_expected,
DParseExpr.cpp1229 if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept")) in ParseCastExpression()
2367 if (T.expectAndConsume()) in ParseGenericSelectionExpression()
DParseDeclCXX.cpp778 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseDecltypeSpecifier()
885 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseUnderlyingTypeSpecifier()
DParseStmt.cpp2046 if (T.expectAndConsume()) in ParseCXXCatchBlock()
DParser.cpp1926 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
DParseDecl.cpp404 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()