clang 20.0.0git
|
This is the complete list of members for clang::TokenLexer, including all inherited members.
Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI, MacroArgs *Actuals) | clang::TokenLexer | |
Init(const Token *TokArray, unsigned NumToks, bool DisableMacroExpansion, bool OwnsTokens, bool IsReinject) | clang::TokenLexer | |
isNextTokenLParen() const | clang::TokenLexer | |
isParsingPreprocessorDirective() const | clang::TokenLexer | |
Lex(Token &Tok) | clang::TokenLexer | |
operator=(const TokenLexer &)=delete | clang::TokenLexer | |
Preprocessor | clang::TokenLexer | friend |
TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, MacroArgs *ActualArgs, Preprocessor &pp) | clang::TokenLexer | inline |
TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, bool ownsTokens, bool isReinject, Preprocessor &pp) | clang::TokenLexer | inline |
TokenLexer(const TokenLexer &)=delete | clang::TokenLexer | |
~TokenLexer() | clang::TokenLexer | inline |