Lines Matching refs:TokenLexer
40 void TokenLexer::Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI, in Init()
96 void TokenLexer::Init(const Token *TokArray, unsigned NumToks, in Init()
126 void TokenLexer::destroy() { in destroy()
139 bool TokenLexer::MaybeRemoveCommaBeforeVaArgs( in MaybeRemoveCommaBeforeVaArgs()
189 void TokenLexer::stringifyVAOPTContents( in stringifyVAOPTContents()
244 void TokenLexer::ExpandFunctionArguments() { in ExpandFunctionArguments()
622 bool TokenLexer::Lex(Token &Tok) { in Lex()
724 bool TokenLexer::pasteTokens(Token &Tok) { in pasteTokens()
732 bool TokenLexer::pasteTokens(Token &LHSTok, ArrayRef<Token> TokenStream, in pasteTokens()
927 unsigned TokenLexer::isNextTokenLParen() const { in isNextTokenLParen()
936 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective()
945 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { in HandleMicrosoftCommentPaste()
964 TokenLexer::getExpansionLocForMacroDefLoc(SourceLocation loc) const { in getExpansionLocForMacroDefLoc()
1068 void TokenLexer::updateLocForMacroArgTokens(SourceLocation ArgIdSpellLoc, in updateLocForMacroArgTokens()
1090 void TokenLexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo()