Searched refs:expectAndConsume (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 747 if (expectAndConsume(MIToken::colon)) in parseBasicBlockDefinition() 834 if (expectAndConsume(MIToken::colon)) in parseBasicBlockLiveins() 867 if (expectAndConsume(MIToken::colon)) in parseBasicBlockSuccessors() 1280 if (expectAndConsume(MIToken::equal)) in parseMachineMetadata() 1664 if (expectAndConsume(MIToken::rparen)) in parseRegisterTiedDefIndex() 2259 if (expectAndConsume(MIToken::lparen)) in parseDIExpression() 2291 if (expectAndConsume(MIToken::rparen)) in parseDIExpression() 2309 if (expectAndConsume(MIToken::lparen)) in parseDILocation() 2388 if (expectAndConsume(MIToken::rparen)) in parseDILocation() 2612 if (expectAndConsume(MIToken::comma)) in parseBlockAddressOperand() [all …]
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 290 if (T.expectAndConsume( in ParseOpenMPDeclareReductionDirective() 537 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPDeclareMapperDirective() 1507 if (T.expectAndConsume(diag::err_expected_lparen_after, in parseOpenMPAppendArgs() 1555 if (T.expectAndConsume(diag::err_expected_lparen_after, in parseOMPDeclareVariantMatchClause() 1792 if (T.expectAndConsume(diag::err_expected_lparen_after, in parseOpenMPSimpleClause() 2547 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPDeclarativeOrExecutableDirective() 3010 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSimpleVarList() 3641 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPInteropClause() 3776 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseOpenMPSingleExprWithArgClause() 4077 if (T.expectAndConsume(diag::err_expected_lparen_after, "mapper")) { in parseMapperModifier() [all …]
|
H A D | ParseExprCXX.cpp | 1591 if (T.expectAndConsume(diag::err_expected_lparen_after, CastName)) in ParseCXXCasts() 1623 if (T.expectAndConsume(diag::err_expected_lparen_after, "typeid")) in ParseCXXTypeid() 1689 if (T.expectAndConsume(diag::err_expected_lparen_after, "__uuidof")) in ParseCXXUuidof() 3500 if (Braces.expectAndConsume()) in ParseRequiresExpression() 3811 if (Parens.expectAndConsume()) in ParseTypeTrait() 3856 if (T.expectAndConsume()) in ParseArrayTypeTrait() 3899 if (T.expectAndConsume()) in ParseExpressionTrait() 4071 if (T.expectAndConsume(diag::err_expected_lparen_after, "__builtin_bit_cast")) in ParseBuiltinBitCast()
|
H A D | ParseExpr.cpp | 1705 if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept")) in ParseCastExpression() 2402 if (T.expectAndConsume(diag::err_expected_lparen_after, in ParseSYCLUniqueStableNameExpression() 3280 if (T.expectAndConsume()) in ParseGenericSelectionExpression() 3754 if (Parens.expectAndConsume()) in ParseAvailabilityCheckExpr()
|
H A D | ParseDecl.cpp | 614 T.expectAndConsume(diag::err_expected_lparen_after, in ParseMicrosoftDeclSpecArgs() 751 if (T.expectAndConsume(diag::err_expected_lparen_after, "__declspec", in ParseMicrosoftDeclSpecs() 1338 if (T.expectAndConsume()) in ParseExternalSourceSymbolAttribute() 2987 if (T.expectAndConsume()) in ParseAlignmentSpecifier() 3013 if (T.expectAndConsume()) in ParseExtIntegerArgument()
|
H A D | ParsePragma.cpp | 1574 if (AnyParens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet() 1597 if (Parens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet() 1623 if (Parens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet()
|
H A D | ParseDeclCXX.cpp | 1075 if (T.expectAndConsume(diag::err_expected_lparen_after, "decltype", in ParseDecltypeSpecifier() 1203 if (T.expectAndConsume(diag::err_expected_lparen_after, Tok.getName(), in MaybeParseTypeTransformTypeSpecifier()
|
H A D | ParseStmt.cpp | 2642 if (T.expectAndConsume()) in ParseCXXCatchBlock()
|
H A D | Parser.cpp | 2696 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 459 bool expectAndConsume(unsigned DiagID = diag::err_expected,
|