Home | History | Annotate | Download | only in Index

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);
239 void visitParamCommandComment(const ParamCommandComment *C);
352 const ParamCommandComment *C) {
554 void visitParamCommandComment(const ParamCommandComment *C);
742 const ParamCommandComment *C) {
758 case ParamCommandComment::In:
761 case ParamCommandComment::Out:
764 case ParamCommandComment::InOut: