Home
last modified time | relevance | path

Searched defs:skipToEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h110 void skipToEnd() { return Stream.skipToEnd(); } in skipToEnd() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h313 void skipToEnd() { NextChar = BitcodeBytes.size(); } skipToEnd() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2820 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker