Lines Matching defs:priority
2056 uint32_t priority = ConstructorAttr::DefaultPriority;
2062 !S.checkUInt32Argument(AL, AL.getArgAsExpr(0), priority))
2065 D->addAttr(::new (S.Context) ConstructorAttr(S.Context, AL, priority));
2069 uint32_t priority = DestructorAttr::DefaultPriority;
2071 !S.checkUInt32Argument(AL, AL.getArgAsExpr(0), priority))
2074 D->addAttr(::new (S.Context) DestructorAttr(S.Context, AL, priority));
2190 // has a lower priority use the existing one and discard the new
2196 // priority than the new attribute then erase the old one and continue
2536 // inferred availability has lower priority than the other availability
3122 } else if (AttrStr.consume_front("priority=")) {
3278 } else if (AttrStr.consume_front("priority=")) {
3577 /// Handle __attribute__((init_priority(priority))) attributes based on
3611 // Only perform the priority check if the attribute is outside of a system