Searched refs:DelayedExceptionSpecChecks (Results 1 – 4 of 4) sorted by relevance
823 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()832 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()
690 assert(DelayedExceptionSpecChecks.empty()); in ActOnEndOfTranslationUnit()
5420 decltype(DelayedExceptionSpecChecks) Checks; in CheckDelayedMemberExceptionSpecs()5423 std::swap(Checks, DelayedExceptionSpecChecks); in CheckDelayedMemberExceptionSpecs()9465 DelayedExceptionSpecChecks.clear(); in ActOnFinishCXXMemberDecls()
507 DelayedExceptionSpecChecks; variable