Lines Matching refs:TokenLexer
39 void TokenLexer::Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI, in Init()
94 void TokenLexer::Init(const Token *TokArray, unsigned NumToks, in Init()
121 void TokenLexer::destroy() { in destroy()
134 bool TokenLexer::MaybeRemoveCommaBeforeVaArgs( in MaybeRemoveCommaBeforeVaArgs()
184 void TokenLexer::stringifyVAOPTContents( in stringifyVAOPTContents()
239 void TokenLexer::ExpandFunctionArguments() { in ExpandFunctionArguments()
586 bool TokenLexer::Lex(Token &Tok) { in Lex()
686 bool TokenLexer::pasteTokens(Token &Tok) { in pasteTokens()
694 bool TokenLexer::pasteTokens(Token &LHSTok, ArrayRef<Token> TokenStream, in pasteTokens()
889 unsigned TokenLexer::isNextTokenLParen() const { in isNextTokenLParen()
898 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective()
907 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { in HandleMicrosoftCommentPaste()
926 TokenLexer::getExpansionLocForMacroDefLoc(SourceLocation loc) const { in getExpansionLocForMacroDefLoc()
1015 void TokenLexer::updateLocForMacroArgTokens(SourceLocation ArgIdSpellLoc, in updateLocForMacroArgTokens()
1037 void TokenLexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo()