Searched defs:TryLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 602 SourceLocation TryLoc = ConsumeToken(); in ParseSEHTryBlock() local 2549 SourceLocation TryLoc = ConsumeToken(); in ParseFunctionTryBlock() local 2628 SourceLocation TryLoc = ConsumeToken(); in ParseCXXTryBlock() local 2648 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 465 void setHasCXXTry(SourceLocation TryLoc) { in setHasCXXTry() 471 void setHasObjCTry(SourceLocation TryLoc) { in setHasObjCTry() 477 void setHasSEHTry(SourceLocation TryLoc) { in setHasSEHTry()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 74 SourceLocation TryLoc; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1240 SEHTryStmt::SEHTryStmt(bool IsCXXTry, SourceLocation TryLoc, Stmt *TryBlock, in SEHTryStmt() 1248 SourceLocation TryLoc, Stmt *TryBlock, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4186 StmtResult Sema::ActOnCXXTryBlock(SourceLocation TryLoc, Stmt *TryBlock, in ActOnCXXTryBlock() 4299 StmtResult Sema::ActOnSEHTryBlock(bool IsCXXTry, SourceLocation TryLoc, in ActOnSEHTryBlock()
|
H A D | TreeTransform.h | 2565 StmtResult RebuildCXXTryStmt(SourceLocation TryLoc, Stmt *TryBlock, in RebuildCXXTryStmt() 2630 StmtResult RebuildSEHTryStmt(bool IsCXXTry, SourceLocation TryLoc, in RebuildSEHTryStmt()
|