Home
last modified time | relevance | path

Searched defs:tokenStart (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/services/
Dclassifier.ts908 …const tokenStart = node.kind === SyntaxKind.JsxText ? node.pos : classifyLeadingTriviaAndGetTokenS… constant
910 const tokenWidth = node.end - tokenStart; constant
DjsDoc.ts262 const tokenStart = tokenAtPos.getStart(sourceFile); constant
/third_party/typescript/src/services/formatting/
Dformatting.ts875 … const tokenStart = sourceFile.getLineAndCharacterOfPosition(currentTokenInfo.token.pos); constant
1053 const tokenStart = sourceFile.getLineAndCharacterOfPosition(pos); constant
1271 const tokenStart = tokenAtPosition.getStart(sourceFile); constant
/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp686 int tokenStart = -1; in flushEmittedCode() local
806 int tokenStart = -1; in convertSKSLExpressionToCPP() local
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp631 bool Reader::readObject(Token& tokenStart) { in readObject()
687 bool Reader::readArray(Token& tokenStart) { in readArray()
1588 bool OurReader::readObject(Token& tokenStart) { in readObject()
1650 bool OurReader::readArray(Token& tokenStart) { in readArray()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp631 bool Reader::readObject(Token& tokenStart) { in readObject()
687 bool Reader::readArray(Token& tokenStart) { in readArray()
1588 bool OurReader::readObject(Token& tokenStart) { in readObject()
1650 bool OurReader::readArray(Token& tokenStart) { in readArray()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp646 bool Reader::readObject(Token& tokenStart) { in readObject()
702 bool Reader::readArray(Token& tokenStart) { in readArray()
1622 bool OurReader::readObject(Token& tokenStart) { in readObject()
1684 bool OurReader::readArray(Token& tokenStart) { in readArray()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp631 bool Reader::readObject(Token& tokenStart) { in readObject()
687 bool Reader::readArray(Token& tokenStart) { in readArray()
1588 bool OurReader::readObject(Token& tokenStart) { in readObject()
1650 bool OurReader::readArray(Token& tokenStart) { in readArray()
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc1775 const Char** tokenStart, in ParseToken()