Home | History | Annotate | Download | only in AST

Lines Matching refs:ParamCommandComment

302     void visitParamCommandComment(const ParamCommandComment *C);
1878 void ASTDumper::visitParamCommandComment(const ParamCommandComment *C) {
1879 OS << " " << ParamCommandComment::getDirectionAsString(C->getDirection());