Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RunCleanupsScope

834   class RunCleanupsScope {
842 RunCleanupsScope(const RunCleanupsScope &) = delete;
843 void operator=(const RunCleanupsScope &) = delete;
850 explicit RunCleanupsScope(CodeGenFunction &CGF)
863 ~RunCleanupsScope() {
889 // Cleanup stack depth of the RunCleanupsScope that was pushed most recently.
893 class LexicalScope : public RunCleanupsScope {
904 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
933 RunCleanupsScope::ForceCleanup();
1028 class OMPPrivateScope : public RunCleanupsScope {
1035 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {}
1059 RunCleanupsScope::ForceCleanup();