Home | History | Annotate | Download | only in Index

Lines Matching defs:TParams

93   SmallVector<const TParamCommandComment *, 4> TParams;
164 TParams.push_back(TPCC);
197 std::stable_sort(TParams.begin(), TParams.end(),
464 if (Parts.TParams.size() != 0) {
466 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i)
467 visit(Parts.TParams[i]);
976 if (Parts.TParams.size() != 0) {
978 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i)
979 visit(Parts.TParams[i]);