Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp169 skipToEnd(); in skipRecord()
262 skipToEnd(); in readRecord()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h274 void skipToEnd() { NextChar = BitcodeBytes.size(); } in skipToEnd() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp507 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
H A DParseDecl.cpp568 T.skipToEnd(); in ParseMicrosoftDeclSpecArgs()
616 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
627 T.skipToEnd(); in ParseMicrosoftDeclSpecs()
1500 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1506 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1513 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1522 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1532 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
2761 T.skipToEnd(); in ParseAlignmentSpecifier()
4407 T.skipToEnd(); in ParseEnumSpecifier()
[all …]
H A DParser.cpp1998 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2008 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
2058 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
2292 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
H A DParseExprCXX.cpp859 Parens.skipToEnd(); in ParseLambdaIntroducer()
862 Parens.skipToEnd(); in ParseLambdaIntroducer()
887 Braces.skipToEnd(); in ParseLambdaIntroducer()
3060 Parens.skipToEnd(); in ParseTypeTrait()
3068 Parens.skipToEnd(); in ParseTypeTrait()
H A DParseStmtAsm.cpp741 T.skipToEnd(); in ParseAsmStatement()
H A DParseDeclCXX.cpp2999 T.skipToEnd(); in SkipCXXMemberSpecification()
4120 T.skipToEnd(); in SkipCXX11Attributes()
4127 T.skipToEnd(); in SkipCXX11Attributes()
4279 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
H A DParseExpr.cpp2776 T.skipToEnd(); in ParseFoldExpression()
2804 T.skipToEnd(); in ParseFoldExpression()
H A DParseStmt.cpp2306 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h442 void skipToEnd();