Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp817 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()
826 DelayedExceptionSpecChecks.push_back(std::make_pair(New, Old)); in CheckOverridingFunctionExceptionSpec()
H A DSema.cpp683 assert(DelayedExceptionSpecChecks.empty()); in ActOnEndOfTranslationUnit()
H A DSemaDeclCXX.cpp5324 decltype(DelayedExceptionSpecChecks) Checks; in CheckDelayedMemberExceptionSpecs()
5327 std::swap(Checks, DelayedExceptionSpecChecks); in CheckDelayedMemberExceptionSpecs()
9360 DelayedExceptionSpecChecks.clear(); in ActOnFinishCXXMemberDecls()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h465 DelayedExceptionSpecChecks; variable