Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:catchDecl

1835     VarDecl *catchDecl = Catch->getCatchParamDecl();
1839 if (catchDecl) {
1840 QualType t = catchDecl->getType();
1853 Result += " *_"; Result += catchDecl->getNameAsString();
1860 Result += " *"; Result += catchDecl->getNameAsString();
1862 Result += "_"; Result += catchDecl->getNameAsString();