Home
last modified time | relevance | path

Searched refs:tokLen (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Edit/
DCommit.cpp252 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); in canInsertAfterToken() local
253 AfterLoc = loc.getLocWithOffset(tokLen); in canInsertAfterToken()
/external/clang/lib/Lex/
DLexer.cpp772 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion() local
773 if (tokLen == 0) in isAtEndOfMacroExpansion()
777 SourceLocation afterLoc = loc.getLocWithOffset(tokLen+1); in isAtEndOfMacroExpansion()