Home
last modified time | relevance | path

Searched defs:TokenLexer (Results 1 – 25 of 62) sorted by relevance

123

/dports/textproc/sonic/sonic-1.3.0/src/lexer/
H A Dtoken.rs20 pub struct TokenLexer<'a> { struct
21 mode: TokenLexerMode, argument
38 pub fn from(mode: TokenLexerMode, text: &str) -> Result<TokenLexer, ()> { in from()
214 impl<'a> TokenLexer<'a> { implementation
244 impl<'a> Iterator for TokenLexer<'a> { implementation
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/
H A Dlexer.rs79 struct TokenLexer<'a> { struct
85 impl<'a> Iterator for TokenLexer<'a> { argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Lex/
H A DTokenLexer.h107 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
116 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, in TokenLexer() function
117 TokenLexer(const Token *TokArray, unsigned NumToks, bool DisableExpansion, in TokenLexer() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anon989078e10111::TokenLexer
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anoncc0c552f0111::TokenLexer
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anon4f07a3150111::TokenLexer
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anon08a218ce0111::TokenLexer
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anon312aa4de0111::TokenLexer
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anon293b13200111::TokenLexer
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anona5df5e710111::TokenLexer
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp23 class TokenLexer : public Lexer class
28 TokenLexer(TokenVector *tokens) in TokenLexer() function in pp::__anondbdb828e0111::TokenLexer

123