Home
last modified time | relevance | path

Searched defs:typeDecl (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-includes.ts161 const typeDecl = instanceofMethodDecl.parent; constant
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/parser/
Dparser.go112 func (p *parser) typeDecl(decos ast.Decorations) ast.TypeDecl { func
/third_party/typescript/tests/cases/fourslash/
DrenameDeclarationKeywords.ts48 typeDecl, constant
DreferencesForDeclarationKeywords.ts45 typeDecl, constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js866 function getBases(type, typeDecl) { argument
/third_party/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h960 xmlHashTablePtr typeDecl; member
Dxmlschemas.c18699 xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacet()
18906 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacetValues()
/third_party/libxml2/
Dxmlschemas.c18772 xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacet()
18979 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacetValues()
Dtestapi.c35176 xmlSchemaTypePtr typeDecl; /* the schema type definition */ in test_xmlSchemaCheckFacet() local