Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DCommit.cpp251 SourceLocation spellLoc = SourceMgr.getSpellingLoc(loc); in canInsertAfterToken() local
252 unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts); in canInsertAfterToken()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp815 SourceLocation spellLoc = SM.getSpellingLoc(loc); in isAtEndOfMacroExpansion() local
816 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts); in isAtEndOfMacroExpansion()