Searched defs:SkipTo (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Parser/ | ||
H A D | token-parsers.h | 575 template <char goal> struct SkipTo { in Parse() argument |
/llvm-project/llvm/include/llvm/Bitstream/ | ||
H A D | BitstreamReader.h | 499 size_t SkipTo = GetCurrentBitNo() + NumFourBytes * 4 * 8; in SkipBlock() local |