Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp747 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 DParseOpenMP.cpp290 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 DParseExprCXX.cpp1591 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 DParseExpr.cpp1705 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 DParseDecl.cpp614 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 DParsePragma.cpp1574 if (AnyParens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet()
1597 if (Parens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet()
1623 if (Parens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet()
H A DParseDeclCXX.cpp1075 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 DParseStmt.cpp2642 if (T.expectAndConsume()) in ParseCXXCatchBlock()
H A DParser.cpp2696 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID, in expectAndConsume() function in BalancedDelimiterTracker
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h459 bool expectAndConsume(unsigned DiagID = diag::err_expected,