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

/external/clang/lib/Parse/
H A DParseStmt.cpp2133 return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.take());
/external/clang/lib/Sema/
H A DSemaStmt.cpp2628 /// ActOnCXXCatchBlock - Takes an exception declaration and a handler block
2631 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h2615 StmtResult ActOnCXXCatchBlock(SourceLocation CatchLoc,

Completed in 274 milliseconds