Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp2164 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl); in ParseCXXCatchBlock()
/external/clang/include/clang/Sema/
DSema.h3549 Decl *ActOnExceptionDeclarator(Scope *S, Declarator &D);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12312 Decl *Sema::ActOnExceptionDeclarator(Scope *S, Declarator &D) { in ActOnExceptionDeclarator() function in Sema