Home | History | Annotate | Download | only in Index

Lines Matching defs:Exceptions

93   llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;
136 Exceptions.push_back(BCC);
983 if (Parts.Exceptions.size() != 0) {
984 Result << "<Exceptions>";
985 for (unsigned i = 0, e = Parts.Exceptions.size(); i != e; ++i)
986 visit(Parts.Exceptions[i]);
987 Result << "</Exceptions>";