Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2761 return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.get()); in ParseCXXCatchBlock()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4066 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, in ActOnCXXCatchBlock() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10894 StmtResult ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl,