Home
last modified time | relevance | path

Searched defs:lexer (Results 1 - 19 of 19) sorted by relevance

/third_party/json/tests/src/
H A Dunit-class_lexer.cpp30 auto lexer = nlohmann::detail::lexer<json, decltype(ia)>(std::move(ia), ignore_comments); // NOLINT(hicpp-move-const-arg,performance-move-const-arg) in get_error_message() local
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
H A Dlexer.go39 type lexer struct { type
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
H A Dparser.go164 type lexer struct { type
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
H A Dparser.go164 type lexer struct { type
[all...]
/third_party/spirv-tools/utils/vscode/src/parser/
H A Dparser.go164 type lexer struct { type
[all...]
/third_party/skia/src/sksl/lex/
H A DMain.cpp34 static void writeH(const DFA& dfa, const char* lexer, const char* token, in writeH() argument
39 out << "#ifndef SKSL_" << lexer << "\n"; in writeH() local
40 out << "#define SKSL_" << lexer << "\n"; in writeH() local
104 static void writeCPP(const DFA& dfa, const char* lexer, const char* token, const char* include, in writeCPP() argument
143 out << token << " " << lexer << "::next() {"; in writeCPP() local
184 static void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp111 class lexer : public lexer_base<BasicJsonType> class
[all...]
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py468 from cmake_format import configuration, lexer, parse, formatter namespace
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.cpp87 MacroExpander::MacroExpander(Lexer *lexer, in MacroExpander() argument
H A DDirectiveParser.cpp116 void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() argument
H A Dpreprocessor_tab_autogen.cpp128 angle::pp::Lexer *lexer; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp96 MacroExpander::MacroExpander(Lexer *lexer, in MacroExpander() argument
H A DDirectiveParser.cpp120 static void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() argument
152 DefinedParser(Lexer *lexer, const MacroSet *macroSet, Diagnostics *diagnostics) in DefinedParser() argument
H A DExpressionParser.cpp130 pp::Lexer* lexer; member
/third_party/jinja2/
H A Denvironment.py453 def lexer(self) -> Lexer: member in Environment
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py443 lexer = property(get_lexer, doc="The lexer for this environment.") variable in Environment
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py401 lexer = property(get_lexer, doc="The lexer for this environment.") variable in Environment
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py443 lexer = property(get_lexer, doc="The lexer for this environment.") variable in Environment
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h538 Lexer& lexer() { return lexer_; } in lexer() function in v8::internal::Grammar

Completed in 22 milliseconds