Searched refs:expectAndConsume (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseOpenMP.cpp | 198 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()
|
| D | ParseExprCXX.cpp | 1191 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()
|
| D | RAIIObjectsForParser.h | 419 bool expectAndConsume(unsigned DiagID,
|
| D | ParseExpr.cpp | 1155 if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept")) in ParseCastExpression() 2302 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseGenericSelectionExpression()
|
| D | ParseDecl.cpp | 335 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()
|
| D | ParseDeclCXX.cpp | 718 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseDecltypeSpecifier() 821 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseUnderlyingTypeSpecifier()
|
| D | Parser.cpp | 1998 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
|
| D | ParseStmt.cpp | 2632 if (T.expectAndConsume(diag::err_expected_lparen)) in ParseCXXCatchBlock()
|