Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h312 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function
400 using SimpleBitstreamCursor::skipToEnd;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp978 T.skipToEnd(); in ParseOpenACCDirective()
987 T.skipToEnd(); in ParseOpenACCDirective()
1001 T.skipToEnd(); in ParseOpenACCDirective()
H A DParseHLSL.cpp87 T.skipToEnd(); in ParseHLSLBuffer()
H A DParseDecl.cpp817 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs()
873 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
1681 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1687 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1694 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1703 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1713 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
3145 T.skipToEnd(); in ParseAlignmentSpecifier()
3175 T.skipToEnd(); in ParseExtIntegerArgument()
5171 T.skipToEnd(); in ParseEnumSpecifier()
[all …]
H A DParseExprCXX.cpp986 Parens.skipToEnd(); in ParseLambdaIntroducer()
989 Parens.skipToEnd(); in ParseLambdaIntroducer()
1014 Braces.skipToEnd(); in ParseLambdaIntroducer()
3561 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3566 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3837 Parens.skipToEnd(); in ParseTypeTrait()
3845 Parens.skipToEnd(); in ParseTypeTrait()
H A DParseInit.cpp576 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2346 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2358 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2408 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
2787 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
H A DParseDeclCXX.cpp1898 T.skipToEnd(); in ParseClassSpecifier()
3338 T.skipToEnd(); in SkipCXXMemberSpecification()
4723 T.skipToEnd(); in SkipCXX11Attributes()
4735 T.skipToEnd(); in SkipCXX11Attributes()
4918 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
H A DParseStmtAsm.cpp753 T.skipToEnd(); in ParseAsmStatement()
H A DParseExpr.cpp2461 T.skipToEnd(); in ParseSYCLUniqueStableNameExpression()
3486 T.skipToEnd(); in ParseFoldExpression()
3514 T.skipToEnd(); in ParseFoldExpression()
H A DParseOpenMP.cpp1686 T.skipToEnd(); in ParseOpenMPAssumesDirective()
3086 T.skipToEnd(); in ParseOpenMPSizesClause()
4295 T.skipToEnd(); in ParseOpenMPIteratorsExpr()
H A DParseStmt.cpp2793 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h495 void skipToEnd();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp203 skipToEnd(); in skipRecord()