Home
last modified time | relevance | path

Searched defs:TryLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp602 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 DScopeInfo.h465 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 DStmtCXX.h74 SourceLocation TryLoc; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1240 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 DSemaStmt.cpp4186 StmtResult Sema::ActOnCXXTryBlock(SourceLocation TryLoc, Stmt *TryBlock, in ActOnCXXTryBlock()
4299 StmtResult Sema::ActOnSEHTryBlock(bool IsCXXTry, SourceLocation TryLoc, in ActOnSEHTryBlock()
H A DTreeTransform.h2565 StmtResult RebuildCXXTryStmt(SourceLocation TryLoc, Stmt *TryBlock, in RebuildCXXTryStmt()
2630 StmtResult RebuildSEHTryStmt(bool IsCXXTry, SourceLocation TryLoc, in RebuildSEHTryStmt()