Home
last modified time | relevance | path

Searched refs:namedType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIteratorsChecker.cpp205 QualType namedType = ET->getNamedType(); in getTemplateKind() local
206 if (const TypedefType *tdt = namedType->getAs<TypedefType>()) in getTemplateKind()
209 namedType->getAs<TemplateSpecializationType>()) { in getTemplateKind()
/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/external/libxml2/
Dxmlschemas.c4209 if (elem->namedType != NULL) { in xmlSchemaElementDump()
4210 fprintf(output, " type: '%s' ", elem->namedType); in xmlSchemaElementDump()
8713 &(decl->namedTypeNs), &(decl->namedType)); in xmlSchemaParseElement()
8743 if (decl->namedType != NULL) { in xmlSchemaParseElement()
8758 if (decl->namedType != NULL) { in xmlSchemaParseElement()
13115 if ((elemDecl->subtypes == NULL) && (elemDecl->namedType != NULL)) { in xmlSchemaResolveElementReferences()
13121 type = xmlSchemaGetType(ctxt->schema, elemDecl->namedType, in xmlSchemaResolveElementReferences()
13127 "type", elemDecl->namedType, elemDecl->namedTypeNs, in xmlSchemaResolveElementReferences()
13169 (elemDecl->namedType == NULL) && in xmlSchemaResolveElementReferences()