Home
last modified time | relevance | path

Searched refs:syntaxTreeCache (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
Dservices.ts1242 const syntaxTreeCache: SyntaxTreeCache = new SyntaxTreeCache(host); constant
1917 return syntaxTreeCache.getCurrentSourceFile(fileName);
1921 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
1979 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
1985 …return NavigationBar.getNavigationBarItems(syntaxTreeCache.getCurrentSourceFile(fileName), cancell…
1989 …return NavigationBar.getNavigationTree(syntaxTreeCache.getCurrentSourceFile(fileName), cancellatio…
2019 …return ts.getSyntacticClassifications(cancellationToken, syntaxTreeCache.getCurrentSourceFile(file…
2024 …return ts.getEncodedSyntacticClassifications(cancellationToken, syntaxTreeCache.getCurrentSourceFi…
2029 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
2042 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);
[all …]