Home | History | Annotate | Download | only in Parse

Lines Matching refs:Delayed

1171 /// \brief Finish parsing an attribute for which parsing was delayed.
3943 // If this is an elaborated type specifier, and we delayed
5573 bool Delayed = D.isFirstDeclarationOfMember() &&
5575 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) &&
5589 // delayed parsing to give it a chance to find what it expects.
5590 Delayed = false;
5592 ESpecType = tryParseExceptionSpecification(Delayed,
5820 // to be delayed.