Home
last modified time | relevance | path

Searched refs:ActOnObjCExceptionDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h506 Decl *ActOnObjCExceptionDecl(Scope *S, Declarator &D);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2616 Actions.ObjC().ActOnObjCExceptionDecl(getCurScope(), ParmDecl); in ParseObjCTryStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp5202 Decl *SemaObjC::ActOnObjCExceptionDecl(Scope *S, Declarator &D) { in ActOnObjCExceptionDecl() function in SemaObjC