HomeSort by relevance Sort by last modified time
    Searched refs:nextAttr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
TargetAttributesSema.cpp 187 for (AttributeList *nextAttr = Attr.getNext(); nextAttr;
188 nextAttr = nextAttr->getNext()) {
189 if (nextAttr->getKind() == AttributeList::AT_dllexport) {
  /external/libxslt/libxslt/
attributes.c 347 xsltAttrElemPtr nextAttr, curAttr;
367 nextAttr = curAttr->next;
380 curAttr = nextAttr;

Completed in 32 milliseconds