Searched refs:expectAndConsume (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 176 bool expectAndConsume(MIToken::TokenKind TokenKind); 294 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume() function in MIParser 347 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockDefinition() 350 if (expectAndConsume(MIToken::colon)) in parseBasicBlockDefinition() 422 if (expectAndConsume(MIToken::colon)) in parseBasicBlockLiveins() 441 if (expectAndConsume(MIToken::colon)) in parseBasicBlockSuccessors() 459 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockSuccessors() 583 if (!Operands.empty() && expectAndConsume(MIToken::equal)) in parse() 874 if (expectAndConsume(MIToken::rparen)) in parseRegisterTiedDefIndex() 1230 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand() [all …]
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 350 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleVarList() 590 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSingleExprClause() 622 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleClause() 688 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSingleExprWithArgClause() 838 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() 2907 if (Parens.expectAndConsume()) in ParseTypeTrait() 2964 if (T.expectAndConsume()) in ParseArrayTypeTrait() 3007 if (T.expectAndConsume()) in ParseExpressionTrait()
|
D | RAIIObjectsForParser.h | 425 bool expectAndConsume(unsigned DiagID = diag::err_expected,
|
D | ParseExpr.cpp | 1270 if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept")) in ParseCastExpression() 2458 if (T.expectAndConsume()) in ParseGenericSelectionExpression()
|
D | ParseDeclCXX.cpp | 786 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseDecltypeSpecifier() 893 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseUnderlyingTypeSpecifier()
|
D | ParseDecl.cpp | 406 T.expectAndConsume(diag::err_expected_lparen_after, in ParseMicrosoftDeclSpecArgs() 542 if (T.expectAndConsume(diag::err_expected_lparen_after, "__declspec", in ParseMicrosoftDeclSpecs() 2464 if (T.expectAndConsume()) in ParseAlignmentSpecifier()
|
D | Parser.cpp | 2063 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
|
D | ParseStmt.cpp | 2092 if (T.expectAndConsume()) in ParseCXXCatchBlock()
|