Lines Matching refs:ParamCommandComment
32 bool operator()(const ParamCommandComment *LHS,
33 const ParamCommandComment *RHS) const {
91 SmallVector<const ParamCommandComment *, 8> Params;
144 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child);
236 void visitParamCommandComment(const ParamCommandComment *C);
353 const ParamCommandComment *C) {
551 void visitParamCommandComment(const ParamCommandComment *C);
738 const ParamCommandComment *C) {
754 case ParamCommandComment::In:
757 case ParamCommandComment::Out:
760 case ParamCommandComment::InOut: