Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DMacroInfo.cpp66 const Token &lastToken = ReplacementTokens.back(); in getDefinitionLengthSlow() local
68 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow()
72 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
82 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js53 end = (this.node.lastToken == null)
55 : document.getElementById(this.node.lastToken).nextSibling;