Home
last modified time | relevance | path

Searched refs:typeDecl (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
Dxmlschemastypes.h67 xmlSchemaTypePtr typeDecl,
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1274 if (auto typeDecl = candidate.getCorrectionDeclAs<TypeDecl>()) { in ValidateCandidate() local
1278 if (isa<RecordDecl>(typeDecl) && !Context.getLangOpts().CPlusPlus) in ValidateCandidate()
1283 auto type = Context.getTypeDeclType(typeDecl); in ValidateCandidate()
1446 if (auto typeDecl = dyn_cast<TypeDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1447 typeDecls.push_back(typeDecl); in actOnObjCTypeArgsOrProtocolQualifiers()
1465 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc) in actOnObjCTypeArgsOrProtocolQualifiers()
1472 if (auto *actualTypeDecl = typeDecl.dyn_cast<TypeDecl *>()) in actOnObjCTypeArgsOrProtocolQualifiers()
1475 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>()); in actOnObjCTypeArgsOrProtocolQualifiers()
1604 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1609 typeDecls[i] = typeDecl; in actOnObjCTypeArgsOrProtocolQualifiers()
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle93 d typeDecl value like(xmlSchemaTypePtr)
DschemasInternals.rpgle1116 d typeDecl like(xmlHashTablePtr)
/external/libxml2/
Dxmlschemas.c1071 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,
4145 if (schema->typeDecl != NULL) in xmlSchemaFree()
4146 xmlHashFree(schema->typeDecl, NULL); in xmlSchemaFree()
4537 xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump, in xmlSchemaDump()
4816 WXS_FIND_GLOBAL_ITEM(typeDecl) in xmlSchemaGetType()
18644 xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacet() argument
18650 if ((facet == NULL) || (typeDecl == NULL)) in xmlSchemaCheckFacet()
18691 if (typeDecl->type != XML_SCHEMA_TYPE_BASIC) { in xmlSchemaCheckFacet()
18692 base = typeDecl->baseType; in xmlSchemaCheckFacet()
18699 base = typeDecl; in xmlSchemaCheckFacet()
[all …]
Dtestapi.c35018 xmlSchemaTypePtr typeDecl; /* the schema type definition */ in test_xmlSchemaCheckFacet() local
35031 typeDecl = gen_xmlSchemaTypePtr(n_typeDecl, 1); in test_xmlSchemaCheckFacet()
35035 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name); in test_xmlSchemaCheckFacet()
35039 des_xmlSchemaTypePtr(n_typeDecl, typeDecl, 1); in test_xmlSchemaCheckFacet()