Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h313 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function
401 using SimpleBitstreamCursor::skipToEnd;
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseHLSL.cpp87 T.skipToEnd(); in ParseHLSLBuffer()
H A DParseDecl.cpp718 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs()
774 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
785 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
1567 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1573 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1580 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1589 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1599 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
2993 T.skipToEnd(); in ParseAlignmentSpecifier()
3018 T.skipToEnd(); in ParseExtIntegerArgument()
[all …]
H A DParseExprCXX.cpp985 Parens.skipToEnd(); in ParseLambdaIntroducer()
988 Parens.skipToEnd(); in ParseLambdaIntroducer()
1013 Braces.skipToEnd(); in ParseLambdaIntroducer()
3546 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3551 ExprBraces.skipToEnd(); in ParseRequiresExpression()
3819 Parens.skipToEnd(); in ParseTypeTrait()
3827 Parens.skipToEnd(); in ParseTypeTrait()
H A DParseInit.cpp571 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2297 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2309 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2359 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
2732 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
H A DParseStmtAsm.cpp753 T.skipToEnd(); in ParseAsmStatement()
H A DParseExpr.cpp2409 T.skipToEnd(); in ParseSYCLUniqueStableNameExpression()
3366 T.skipToEnd(); in ParseFoldExpression()
3394 T.skipToEnd(); in ParseFoldExpression()
H A DParseDeclCXX.cpp3280 T.skipToEnd(); in SkipCXXMemberSpecification()
4623 T.skipToEnd(); in SkipCXX11Attributes()
4630 T.skipToEnd(); in SkipCXX11Attributes()
4813 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
H A DParseOpenMP.cpp1685 T.skipToEnd(); in ParseOpenMPAssumesDirective()
3077 T.skipToEnd(); in ParseOpenMPSizesClause()
4195 T.skipToEnd(); in ParseOpenMPIteratorsExpr()
H A DParseStmt.cpp2729 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h476 void skipToEnd();
/openbsd-src/gnu/llvm/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp203 skipToEnd(); in skipRecord()