Searched defs:enclosingDeclaration (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/services/ |
| D | signatureHelp.ts | 531 const enclosingDeclaration = getEnclosingDeclarationFromInvocation(invocation); constant
|
| D | findAllReferences.ts | 462 … const enclosingDeclaration = symbol.declarations && firstOrUndefined(symbol.declarations) || node; constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 46277 function getAlternativeContainingModules(symbol, enclosingDeclaration) { argument 46317 function getContainersOfSymbol(symbol, enclosingDeclaration, meaning) { argument 46510 function forEachSymbolTableInScope(enclosingDeclaration, callback) { argument 46549 …function getAccessibleSymbolChain(symbol, enclosingDeclaration, meaning, useOnlyExternalAliasing, … argument 46613 function needsQualification(symbol, enclosingDeclaration, meaning) { argument 46651 function isTypeSymbolAccessible(typeSymbol, enclosingDeclaration) { argument 46655 function isValueSymbolAccessible(typeSymbol, enclosingDeclaration) { argument 46659 function isSymbolAccessibleByFlags(typeSymbol, enclosingDeclaration, flags) { argument 46663 …function isAnySymbolAccessible(symbols, enclosingDeclaration, initialSymbol, meaning, shouldComput… argument 46707 …function isSymbolAccessible(symbol, enclosingDeclaration, meaning, shouldComputeAliasesToMakeVisib… argument [all …]
|