Home | History | Annotate | Download | only in libclang

Lines Matching defs:TParams

425   SmallVector<const TParamCommandComment *, 4> TParams;
491 TParams.push_back(TPCC);
524 std::stable_sort(TParams.begin(), TParams.end(),
791 if (Parts.TParams.size() != 0) {
793 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i)
794 visit(Parts.TParams[i]);
1310 if (Parts.TParams.size() != 0) {
1312 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i)
1313 visit(Parts.TParams[i]);