Home
last modified time | relevance | path

Searched defs:ScopeNode (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dunified-signatures.ts30 type ScopeNode = alias
/third_party/mingw-w64/mingw-w64-headers/include/
Dmmcobj.h1494 #define View_SnapinScopeObject(This,ScopeNode,ScopeNodeObject) (This)->lpVtbl->SnapinScopeObject(Th… argument
1502 #define View_DisplayScopeNodePropertySheet(This,ScopeNode) (This)->lpVtbl->DisplayScopeNodeProperty… argument
1504 #define View_CopyScopeNode(This,ScopeNode) (This)->lpVtbl->CopyScopeNode(This,ScopeNode) argument
1506 #define View_DeleteScopeNode(This,ScopeNode) (This)->lpVtbl->DeleteScopeNode(This,ScopeNode) argument
1508 #define View_RenameScopeNode(This,NewName,ScopeNode) (This)->lpVtbl->RenameScopeNode(This,NewName,S… argument
1510 #define View_get_ScopeNodeContextMenu(This,ScopeNode,ContextMenu) (This)->lpVtbl->get_ScopeNodeCont… argument
1512 #define View_RefreshScopeNode(This,ScopeNode) (This)->lpVtbl->RefreshScopeNode(This,ScopeNode) argument
1515 #define View_ExecuteScopeNodeMenuItem(This,MenuItemPath,ScopeNode) (This)->lpVtbl->ExecuteScopeNode… argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1289 const MDNode *ScopeNode) { in ensureAbstractEntityIsCreated()
1298 const DINode *Node, const MDNode *ScopeNode) { in ensureAbstractEntityIsCreatedIfScoped()