Home | History | Annotate | Download | only in CppBackend

Lines Matching full:pal

144     void printAttributes(const AttributeSet &PAL, const std::string &name);
467 void CppWriter::printAttributes(const AttributeSet &PAL,
471 if (!PAL.isEmpty()) {
475 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {
476 unsigned index = PAL.getSlotIndex(i);
477 AttrBuilder attrs(PAL.getSlotAttributes(i), index);