Searched refs:DelayedExceptionSpecChecks (Results 1 – 4 of 4) sorted by relevance
848 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()857 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()
699 assert(DelayedExceptionSpecChecks.empty()); in ActOnEndOfTranslationUnit()
5548 decltype(DelayedExceptionSpecChecks) Checks; in CheckDelayedMemberExceptionSpecs()5551 std::swap(Checks, DelayedExceptionSpecChecks); in CheckDelayedMemberExceptionSpecs()9559 DelayedExceptionSpecChecks.clear(); in ActOnFinishCXXMemberDecls()
539 DelayedExceptionSpecChecks; variable