Home
last modified time | relevance | path

Searched defs:TokenEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp658 SourceLocation TokenEnd) { in createTokenSplitLoc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1369 const char *TokenEnd = SM.getCharacterData(TokenLoc) + Tok->getLength(); in findLocationAfterToken() local