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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp255 SourceLocation spellLoc = SourceMgr.getSpellingLoc(loc);
256 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp829 SourceLocation spellLoc = SM.getSpellingLoc(loc); local
830 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);

Completed in 95 milliseconds