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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp2656 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3025 Decl *ActOnExceptionDeclarator(Scope *S, Declarator &D);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11149 /// ActOnExceptionDeclarator - Parsed the exception-declarator in a C++ catch
11151 Decl *Sema::ActOnExceptionDeclarator(Scope *S, Declarator &D) { function in class:Sema

Completed in 194 milliseconds