Lines Matching refs:TokenLexer
38 void TokenLexer::Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI, in Init()
94 void TokenLexer::Init(const Token *TokArray, unsigned NumToks, in Init()
124 void TokenLexer::destroy() { in destroy()
137 bool TokenLexer::MaybeRemoveCommaBeforeVaArgs( in MaybeRemoveCommaBeforeVaArgs()
187 void TokenLexer::stringifyVAOPTContents( in stringifyVAOPTContents()
242 void TokenLexer::ExpandFunctionArguments() { in ExpandFunctionArguments()
621 bool TokenLexer::Lex(Token &Tok) { in Lex()
723 bool TokenLexer::pasteTokens(Token &Tok) { in pasteTokens()
731 bool TokenLexer::pasteTokens(Token &LHSTok, ArrayRef<Token> TokenStream, in pasteTokens()
926 unsigned TokenLexer::isNextTokenLParen() const { in isNextTokenLParen()
935 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective()
944 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { in HandleMicrosoftCommentPaste()
963 TokenLexer::getExpansionLocForMacroDefLoc(SourceLocation loc) const { in getExpansionLocForMacroDefLoc()
1053 void TokenLexer::updateLocForMacroArgTokens(SourceLocation ArgIdSpellLoc, in updateLocForMacroArgTokens()
1075 void TokenLexer::PropagateLineStartLeadingSpaceInfo(Token &Result) { in PropagateLineStartLeadingSpaceInfo()