HomeSort by relevance Sort by last modified time
    Searched defs:TParams (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Index/
CommentToXML.cpp 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])
    [all...]