Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseOpenMP.cpp198 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleVarList()
312 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleClause()
346 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPVarListClause()
DParseExprCXX.cpp1191 if (T.expectAndConsume(diag::err_expected_lparen_after, CastName)) in ParseCXXCasts()
1223 if (T.expectAndConsume(diag::err_expected_lparen_after, "typeid")) in ParseCXXTypeid()
1288 if (T.expectAndConsume(diag::err_expected_lparen_after, "__uuidof")) in ParseCXXUuidof()
2785 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseUnaryTypeTrait()
2813 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseBinaryTypeTrait()
2853 if (Parens.expectAndConsume(diag::err_expected_lparen)) in ParseTypeTrait()
2903 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseArrayTypeTrait()
2946 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseExpressionTrait()
DRAIIObjectsForParser.h419 bool expectAndConsume(unsigned DiagID,
DParseExpr.cpp1155 if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept")) in ParseCastExpression()
2302 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseGenericSelectionExpression()
DParseDecl.cpp335 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseMicrosoftDeclSpecWithSingleArg()
405 T.expectAndConsume(diag::err_expected_lparen_after, in ParseComplexMicrosoftDeclSpec()
540 if (T.expectAndConsume(diag::err_expected_lparen_after, "__declspec", in ParseMicrosoftDeclSpec()
2308 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseAlignmentSpecifier()
DParseDeclCXX.cpp718 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseDecltypeSpecifier()
821 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseUnderlyingTypeSpecifier()
DParser.cpp1998 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
DParseStmt.cpp2632 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseCXXCatchBlock()