Home | History | Annotate | Download | only in AST

Lines Matching refs:getCatchParamDecl

233   if (S->getCatchParamDecl())
234 VisitType(S->getCatchParamDecl()->getType());