Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1274 if (auto typeDecl = candidate.getCorrectionDeclAs<TypeDecl>()) { in ValidateCandidate() local
1446 if (auto typeDecl = dyn_cast<TypeDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1466 -> TypeResult { in actOnObjCTypeArgsOrProtocolQualifiers()
1604 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/external/libxml2/
Dxmlschemas.c18644 xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacet()
18851 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacetValues()
Dtestapi.c35018 xmlSchemaTypePtr typeDecl; /* the schema type definition */ in test_xmlSchemaCheckFacet() local