Home | History | Annotate | Download | only in libclang

Lines Matching defs:TParams

417   SmallVector<const TParamCommandComment *, 4> TParams;
483 TParams.push_back(TPCC);
516 std::stable_sort(TParams.begin(), TParams.end(),
775 if (Parts.TParams.size() != 0) {
777 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i)
778 visit(Parts.TParams[i]);
1286 if (Parts.TParams.size() != 0) {
1288 for (unsigned i = 0, e = Parts.TParams.size(); i != e; ++i)
1289 visit(Parts.TParams[i]);