Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:PAL

143     void printAttributes(const AttrListPtr &PAL, const std::string &name);
446 void CppWriter::printAttributes(const AttrListPtr &PAL,
450 if (!PAL.isEmpty()) {
454 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {
455 unsigned index = PAL.getSlot(i).Index;
456 Attributes attrs = PAL.getSlot(i).Attrs;