Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h302 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function
383 using SimpleBitstreamCursor::skipToEnd;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp194 skipToEnd(); in skipRecord()
323 skipToEnd(); in readRecord()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp675 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs()
723 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
1503 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1509 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1516 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1525 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1535 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
2856 T.skipToEnd(); in ParseAlignmentSpecifier()
2880 T.skipToEnd(); in ParseExtIntegerArgument()
4729 T.skipToEnd(); in ParseEnumSpecifier()
[all …]
H A DParseExprCXX.cpp984 Parens.skipToEnd(); in ParseLambdaIntroducer()
987 Parens.skipToEnd(); in ParseLambdaIntroducer()
1012 Braces.skipToEnd(); in ParseLambdaIntroducer()
3434 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3439 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3715 Parens.skipToEnd(); in ParseTypeTrait()
3723 Parens.skipToEnd(); in ParseTypeTrait()
H A DParseInit.cpp561 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2202 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2214 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2264 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
2580 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
H A DParseExpr.cpp2347 T.skipToEnd(); in ParseSYCLUniqueStableNameExpression()
3290 T.skipToEnd(); in ParseFoldExpression()
3318 T.skipToEnd(); in ParseFoldExpression()
H A DParseStmtAsm.cpp753 T.skipToEnd(); in ParseAsmStatement()
H A DParseDeclCXX.cpp3176 T.skipToEnd(); in SkipCXXMemberSpecification()
4510 T.skipToEnd(); in SkipCXX11Attributes()
4517 T.skipToEnd(); in SkipCXX11Attributes()
4669 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
H A DParseOpenMP.cpp1543 T.skipToEnd(); in ParseOpenMPAssumesDirective()
2685 T.skipToEnd(); in ParseOpenMPSizesClause()
3638 T.skipToEnd(); in ParseOpenMPIteratorsExpr()
H A DParseStmt.cpp2554 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h460 void skipToEnd();