Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:PAL

146     void printAttributes(const AttributeSet &PAL, const std::string &name);
474 void CppWriter::printAttributes(const AttributeSet &PAL,
478 if (!PAL.isEmpty()) {
482 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {
483 unsigned index = PAL.getSlotIndex(i);
484 AttrBuilder attrs(PAL.getSlotAttributes(i), index);