Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h103 void setCatchParamDecl(VarDecl *D) { ExceptionDecl = D; } in setCatchParamDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1610 S->setCatchParamDecl(readDeclAs<VarDecl>()); in VisitObjCAtCatchStmt()