Home | History | Annotate | Download | only in Index

Lines Matching refs:Exceptions

94   llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;
137 Exceptions.push_back(BCC);
990 if (Parts.Exceptions.size() != 0) {
991 Result << "<Exceptions>";
992 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i)
993 visit(Parts.Exceptions[i]);
994 Result << "</Exceptions>";