Home | History | Annotate | Download | only in Frontend

Lines Matching refs:catchDecl

1994     VarDecl *catchDecl = Catch->getCatchParamDecl();
1998 if (catchDecl) {
1999 QualType t = catchDecl->getType();
2014 Result += " *_"; Result += catchDecl->getNameAsString();
2021 Result += " *"; Result += catchDecl->getNameAsString();
2023 Result += "_"; Result += catchDecl->getNameAsString();