Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp2491 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl); in ParseCXXCatchBlock()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4871 Decl *ActOnExceptionDeclarator(Scope *S, Declarator &D);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp16246 Decl *Sema::ActOnExceptionDeclarator(Scope *S, Declarator &D) { in ActOnExceptionDeclarator() function in Sema