Searched refs:SkipChar (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp410 /// \p SkipChar gives the number of characters to skip before looking
412 void lex(unsigned SkipChar = 0);
564 void MIParser::lex(unsigned SkipChar) { argument
566 CurrentSource.slice(SkipChar, StringRef::npos), Token,

Completed in 124 milliseconds