Lines Matching refs:TokenLexer
26 void TokenLexer::Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI, in Init()
81 void TokenLexer::Init(const Token *TokArray, unsigned NumToks, in Init()
108 void TokenLexer::destroy() { in destroy()
121 bool TokenLexer::MaybeRemoveCommaBeforeVaArgs( in MaybeRemoveCommaBeforeVaArgs()
173 void TokenLexer::ExpandFunctionArguments() { in ExpandFunctionArguments()
419 bool TokenLexer::Lex(Token &Tok) { in Lex()
523 bool TokenLexer::PasteTokens(Token &Tok) { in PasteTokens()
705 unsigned TokenLexer::isNextTokenLParen() const { in isNextTokenLParen()
714 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective()
723 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { in HandleMicrosoftCommentPaste()
742 TokenLexer::getExpansionLocForMacroDefLoc(SourceLocation loc) const { in getExpansionLocForMacroDefLoc()
832 void TokenLexer::updateLocForMacroArgTokens(SourceLocation ArgIdSpellLoc, in updateLocForMacroArgTokens()
854 void TokenLexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo()