Lines Matching refs:PA
42 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get() local
44 if (!PA) { in get()
48 PA = new EnumAttributeImpl(Kind); in get()
50 PA = new IntAttributeImpl(Kind, Val); in get()
51 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
55 return Attribute(PA); in get()
65 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get() local
67 if (!PA) { in get()
70 PA = new StringAttributeImpl(Kind, Val); in get()
71 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
75 return Attribute(PA); in get()
488 AttributeSetNode *PA = in get() local
493 if (!PA) { in get()
496 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()
497 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get()
501 return PA; in get()
621 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl() local
625 if (!PA) { in getImpl()
629 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()
630 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
634 return AttributeSet(PA); in getImpl()