Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTargetAttributesSema.cpp187 for (AttributeList *nextAttr = Attr.getNext(); nextAttr; in HandleDLLImportAttr() local
188 nextAttr = nextAttr->getNext()) { in HandleDLLImportAttr()
189 if (nextAttr->getKind() == AttributeList::AT_dllexport) { in HandleDLLImportAttr()
/external/libxslt/libxslt/
Dattributes.c347 xsltAttrElemPtr nextAttr, curAttr; in xsltParseStylesheetAttributeSet() local
367 nextAttr = curAttr->next; in xsltParseStylesheetAttributeSet()
380 curAttr = nextAttr; in xsltParseStylesheetAttributeSet()
/external/icu4c/common/
Duloc_tag.c2474 AttributeListEntry *nextAttr = curAttr->next; in ultag_close() local
2476 curAttr = nextAttr; in ultag_close()