Home
last modified time | relevance | path

Searched refs:skipToEnd (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h313 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function
401 using SimpleBitstreamCursor::skipToEnd;
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp720 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs()
776 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
1558 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1564 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1571 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1580 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1590 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
2949 T.skipToEnd(); in ParseAlignmentSpecifier()
2974 T.skipToEnd(); in ParseExtIntegerArgument()
4886 T.skipToEnd(); in ParseEnumSpecifier()
[all …]
H A DParseExprCXX.cpp984 Parens.skipToEnd(); in ParseLambdaIntroducer()
987 Parens.skipToEnd(); in ParseLambdaIntroducer()
1012 Braces.skipToEnd(); in ParseLambdaIntroducer()
3480 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3485 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3761 Parens.skipToEnd(); in ParseTypeTrait()
3769 Parens.skipToEnd(); in ParseTypeTrait()
H A DParseInit.cpp571 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2254 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2266 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2316 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
2681 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
H A DParseStmtAsm.cpp753 T.skipToEnd(); in ParseAsmStatement()
H A DParseExpr.cpp2380 T.skipToEnd(); in ParseSYCLUniqueStableNameExpression()
3329 T.skipToEnd(); in ParseFoldExpression()
3357 T.skipToEnd(); in ParseFoldExpression()
H A DParseDeclCXX.cpp3187 T.skipToEnd(); in SkipCXXMemberSpecification()
4533 T.skipToEnd(); in SkipCXX11Attributes()
4540 T.skipToEnd(); in SkipCXX11Attributes()
4723 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
H A DParseOpenMP.cpp1701 T.skipToEnd(); in ParseOpenMPAssumesDirective()
3060 T.skipToEnd(); in ParseOpenMPSizesClause()
4046 T.skipToEnd(); in ParseOpenMPIteratorsExpr()
H A DParseStmt.cpp2705 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h463 void skipToEnd();
/llvm-project-15.0.7/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp202 skipToEnd(); in skipRecord()