Home
last modified time | relevance | path

Searched defs:tokenText (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DScanContext.h89 const char* tokenText; variable
/third_party/glslang/glslang/HLSL/
DhlslScanContext.h103 const char* tokenText; variable
/third_party/typescript/src/services/
Dclassifier.ts218 const tokenText = scanner.getTokenText(); constant
/third_party/skia/m133/src/sksl/
DSkSLParser.cpp291 std::string_view tokenText = this->text(token); in expectNewline() local