Home
last modified time | relevance | path

Searched refs:setCatchParamDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h100 void setCatchParamDecl(VarDecl *D) { ExceptionDecl = D; } in setCatchParamDecl() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1135 S->setCatchParamDecl(ReadDeclAs<VarDecl>(Record, Idx)); in VisitObjCAtCatchStmt()