Searched defs:getCatchParamDecl (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | StmtObjC.h | 94 const VarDecl *getCatchParamDecl() const { function in class:clang::ObjCAtCatchStmt 97 VarDecl *getCatchParamDecl() { function in class:clang::ObjCAtCatchStmt 110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } |
Completed in 191 milliseconds