Home
last modified time | relevance | path

Searched defs:ancestor (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/src/services/
DcallHierarchy.ts249 const ancestor = findAncestor(location, isValidCallHierarchyDeclaration); constant
257 const ancestor = findAncestor(location.parent, isValidCallHierarchyDeclaration); constant
327 const ancestor = findAncestor(node, isValidCallHierarchyDeclaration) || sourceFile; constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DDiscoverEnclosingFunctionTraverser.cpp23 while (TIntermNode *ancestor = getAncestorNode(height)) in discoverEnclosingFunction() local
/third_party/typescript/src/compiler/
DohApi.ts297 …const ancestor = <CallExpression>getAncestor(isCallExpression(node) ? node.parent : node, SyntaxKi… constant
332 … const ancestor = <ObjectLiteralExpression>getAncestor(node, SyntaxKind.ObjectLiteralExpression); constant
Dchecker.ts9092 const ancestor = node.parent.parent; constant
27869 const ancestor = findAncestor(node, n => !!n.inferenceContext); constant
/third_party/spirv-tools/source/fuzz/
Davailable_instructions.cpp160 for (auto* ancestor = block; true; in operator []() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Davailable_instructions.cpp160 for (auto* ancestor = block; true; in operator []() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Davailable_instructions.cpp160 for (auto* ancestor = block; true; in operator []() local
/third_party/typescript/src/services/codefixes/
DconvertFunctionToEs6Class.ts34 const ancestor = ctorDeclaration.parent.parent; constant
/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.test.ts272 const ancestor = createElement('#ancestor'); constant
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dload-actual.js376 const ancestor = ancestorPath(node.realpath, this.path) constant
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTestUtil.java2974 File ancestor = new File("."); in getTestDataDir() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddebug_info_manager.cpp504 bool DebugInfoManager::IsAncestorOfScope(uint32_t scope, uint32_t ancestor) { in IsAncestorOfScope()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp504 bool DebugInfoManager::IsAncestorOfScope(uint32_t scope, uint32_t ancestor) { in IsAncestorOfScope()
/third_party/spirv-tools/source/opt/
Ddebug_info_manager.cpp515 bool DebugInfoManager::IsAncestorOfScope(uint32_t scope, uint32_t ancestor) { in IsAncestorOfScope()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTestUtil.java3766 File ancestor = new File(System.getProperty("protobuf.dir", ".")); in getTestDataDir() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermTraverse.cpp616 TIntermNode *ancestor = getAncestorNode(ancestorIndex); in queueAccessChainReplacement() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputHLSL.cpp208 TIntermNode *ancestor = getAncestorNode(n); in needStructMapping() local
1397 TIntermNode *ancestor = getAncestorNode(n); in ancestorEvaluatesToSamplerInStruct() local
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.mjs31 function ancestor(node, visitors, baseVisitor, state, override) { function
Dwalk.js37 function ancestor(node, visitors, baseVisitor, state, override) { function
/third_party/node/deps/v8/src/objects/
Dsource-text-module.cc434 Handle<SourceTextModule> ancestor; in MaybeTransitionComponent() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp886 TIntermTyped *ancestor = getAncestorNode(accessorIndex)->getAsTyped(); in transformExpression() local
/third_party/typescript/src/server/
DeditorServices.ts3467 const ancestor = this.findConfiguredProjectByProjectName(configFileName) || constant
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc856 static void FixSkip(PerThreadSynch *ancestor, PerThreadSynch *to_be_removed) { in FixSkip()
/third_party/typescript/lib/
Dtsc.js13775 function isNodeDescendantOf(node, ancestor) { argument
100177 return ts.forEachAncestorDirectory(searchPath, function (ancestor) { argument
DtypingsInstaller.js17534 function isNodeDescendantOf(node, ancestor) { argument
120808 return ts.forEachAncestorDirectory(searchPath, function (ancestor) { argument

12