Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h302 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function
383 using SimpleBitstreamCursor::skipToEnd;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp194 skipToEnd(); in skipRecord()
323 skipToEnd(); in readRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp675 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs()
723 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
734 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()
2849 T.skipToEnd(); in ParseAlignmentSpecifier()
2873 T.skipToEnd(); in ParseExtIntegerArgument()
[all …]
H A DParseExprCXX.cpp984 Parens.skipToEnd(); in ParseLambdaIntroducer()
987 Parens.skipToEnd(); in ParseLambdaIntroducer()
1012 Braces.skipToEnd(); in ParseLambdaIntroducer()
3433 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3438 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3714 Parens.skipToEnd(); in ParseTypeTrait()
3722 Parens.skipToEnd(); in ParseTypeTrait()
H A DParseInit.cpp561 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2199 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2211 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2261 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
2577 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
H A DParseStmtAsm.cpp753 T.skipToEnd(); in ParseAsmStatement()
H A DParseDeclCXX.cpp3109 T.skipToEnd(); in SkipCXXMemberSpecification()
4341 T.skipToEnd(); in SkipCXX11Attributes()
4348 T.skipToEnd(); in SkipCXX11Attributes()
4500 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
H A DParseOpenMP.cpp1543 T.skipToEnd(); in ParseOpenMPAssumesDirective()
2681 T.skipToEnd(); in ParseOpenMPSizesClause()
3629 T.skipToEnd(); in ParseOpenMPIteratorsExpr()
H A DParseExpr.cpp3260 T.skipToEnd(); in ParseFoldExpression()
3288 T.skipToEnd(); in ParseFoldExpression()
H A DParseStmt.cpp2549 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h460 void skipToEnd();