Searched refs:DelayedExceptionSpecChecks (Results 1 – 4 of 4) sorted by relevance
817 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()826 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()
683 assert(DelayedExceptionSpecChecks.empty()); in ActOnEndOfTranslationUnit()
5324 decltype(DelayedExceptionSpecChecks) Checks; in CheckDelayedMemberExceptionSpecs()5327 std::swap(Checks, DelayedExceptionSpecChecks); in CheckDelayedMemberExceptionSpecs()9360 DelayedExceptionSpecChecks.clear(); in ActOnFinishCXXMemberDecls()
465 DelayedExceptionSpecChecks; variable