Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DsymbolDisplay.ts44 …if (location.kind === SyntaxKind.ThisKeyword && isExpression(location) || isThisInTypeQuery(locati…
147 ….kind === SyntaxKind.ThisKeyword && isInExpressionContext(location) || isThisInTypeQuery(location);
/third_party/typescript/src/compiler/
Dutilities.ts4560 export function isThisInTypeQuery(node: Node): boolean { function
Dchecker.ts23707 if (!isThisInTypeQuery(node)) {
23756 return isThisInTypeQuery(source) ?
26217 if (isThisInTypeQuery(node)) {
43618 if (!isThisInTypeQuery(node)) {
/third_party/typescript/lib/
DtypingsInstaller.js18830 function isThisInTypeQuery(node) { function
18839 ts.isThisInTypeQuery = isThisInTypeQuery;
72377 if (!ts.isThisInTypeQuery(node)) {
72425 return ts.isThisInTypeQuery(source) ?
74746 if (ts.isThisInTypeQuery(node)) {
90444 if (!ts.isThisInTypeQuery(node)) {
Dtsc.js14799 function isThisInTypeQuery(node) { function
14808 ts.isThisInTypeQuery = isThisInTypeQuery;
60609 if (!ts.isThisInTypeQuery(node)) {
60655 return ts.isThisInTypeQuery(source) ?
62685 if (ts.isThisInTypeQuery(node)) {
76265 if (!ts.isThisInTypeQuery(node)) {