Home | History | Annotate | Download | only in Sema

Lines Matching refs:LateAttrs

1953   LateInstantiatedAttrVec LateAttrs;
1954 Instantiator.enableLateAttributeInstantiation(&LateAttrs);
2045 for (LateInstantiatedAttrVec::iterator I = LateAttrs.begin(),
2046 E = LateAttrs.end(); I != E; ++I) {
2064 LateAttrs.clear();