Home | History | Annotate | Download | only in Index

Lines Matching refs:Exceptions

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