Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
DCommit.cpp253 SourceLocation spellLoc = SourceMgr.getSpellingLoc(loc); in canInsertAfterToken() local
254 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); in canInsertAfterToken()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp829 SourceLocation spellLoc = SM.getSpellingLoc(loc); in isAtEndOfMacroExpansion() local
830 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion()