Searched refs:typeDecl (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 67 xmlSchemaTypePtr typeDecl,
|
D | schemasInternals.h | 932 xmlHashTablePtr typeDecl; member
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1274 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/ |
D | xmlschemastypes.rpgle | 93 d typeDecl value like(xmlSchemaTypePtr)
|
D | schemasInternals.rpgle | 1116 d typeDecl like(xmlHashTablePtr)
|
/external/libxml2/ |
D | xmlschemas.c | 1071 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 …]
|
D | testapi.c | 35018 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()
|