Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts152 let isLastClause = true;
158 isLastClause = (<QualifiedName>root).right === node;
161 return root.parent.kind === SyntaxKind.TypeReference && !isLastClause;
166 let isLastClause = true;
172 isLastClause = (<PropertyAccessExpression>root).name === node;
175 …if (!isLastClause && root.parent.kind === SyntaxKind.ExpressionWithTypeArguments && root.parent.pa…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2870 bool isLastClause = i + 1 == e; in visitLandingPadInst() local
2889 if (!isLastClause) in visitLandingPadInst()
2912 if (!isLastClause) in visitLandingPadInst()
/third_party/typescript/lib/
DtypescriptServices.js115909 var isLastClause = true;
115914 isLastClause = root.right === node;
115916 return root.parent.kind === 174 /* TypeReference */ && !isLastClause;
115920 var isLastClause = true;
115925 isLastClause = root.name === node;
115927 …if (!isLastClause && root.parent.kind === 225 /* ExpressionWithTypeArguments */ && root.parent.par…
Dtsserverlibrary.js115909 var isLastClause = true;
115914 isLastClause = root.right === node;
115916 return root.parent.kind === 174 /* TypeReference */ && !isLastClause;
115920 var isLastClause = true;
115925 isLastClause = root.name === node;
115927 …if (!isLastClause && root.parent.kind === 225 /* ExpressionWithTypeArguments */ && root.parent.par…
Dtsserver.js115340 var isLastClause = true;
115345 isLastClause = root.right === node;
115347 return root.parent.kind === 174 /* TypeReference */ && !isLastClause;
115351 var isLastClause = true;
115356 isLastClause = root.name === node;
115358 …if (!isLastClause && root.parent.kind === 225 /* ExpressionWithTypeArguments */ && root.parent.par…
Dtypescript.js115909 var isLastClause = true;
115914 isLastClause = root.right === node;
115916 return root.parent.kind === 174 /* TypeReference */ && !isLastClause;
115920 var isLastClause = true;
115925 isLastClause = root.name === node;
115927 …if (!isLastClause && root.parent.kind === 225 /* ExpressionWithTypeArguments */ && root.parent.par…