Searched refs:DelayedDestructorExceptionSpecChecks (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp753 DelayedDestructorExceptionSpecChecks.push_back(std::make_pair(
H A DSemaDeclCXX.cpp7224 for (unsigned i = 0, e = DelayedDestructorExceptionSpecChecks.size();
7227 DelayedDestructorExceptionSpecChecks[i].first;
7231 DelayedDestructorExceptionSpecChecks[i].second);
7233 DelayedDestructorExceptionSpecChecks.clear();
/external/clang/include/clang/Sema/
H A DSema.h354 DelayedDestructorExceptionSpecChecks; member in class:clang::Sema

Completed in 303 milliseconds