reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGException.cpp
  796   for (EHScopeStack::iterator I = EHStack.begin(), E = EHStack.end(); I != E;
  797        ++I) {
  799     switch (I->getKind()) {
  802       hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup());
  806       assert(I.next() == EHStack.end() && "EH filter is not end of EH stack");
  810       EHFilterScope &filter = cast<EHFilterScope>(*I);
  832     EHCatchScope &catchScope = cast<EHCatchScope>(*I);