Home
last modified time | relevance | path

Searched refs:DelayedExceptionSpecChecks (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp823 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()
832 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()
HDSema.cpp690 assert(DelayedExceptionSpecChecks.empty()); in ActOnEndOfTranslationUnit()
HDSemaDeclCXX.cpp5420 decltype(DelayedExceptionSpecChecks) Checks; in CheckDelayedMemberExceptionSpecs()
5423 std::swap(Checks, DelayedExceptionSpecChecks); in CheckDelayedMemberExceptionSpecs()
9465 DelayedExceptionSpecChecks.clear(); in ActOnFinishCXXMemberDecls()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h507 DelayedExceptionSpecChecks; variable