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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h118 void resetLexer(unsigned Offset);
H A DFormatTokenLexer.cpp427 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
494 resetLexer(SourceMgr.getFileOffset(loc));
515 resetLexer(SourceMgr.getFileOffset(Loc));
728 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
877 void FormatTokenLexer::resetLexer(unsigned Offset) { function in class:clang::format::FormatTokenLexer

Completed in 215 milliseconds