Searched defs:TryLoc (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 599 SourceLocation TryLoc = ConsumeToken(); ParseSEHTryBlock() local 2543 SourceLocation TryLoc = ConsumeToken(); ParseFunctionTryBlock() local 2622 SourceLocation TryLoc = ConsumeToken(); ParseCXXTryBlock() local 2642 ParseCXXTryBlockCommon(SourceLocation TryLoc,bool FnTry) ParseCXXTryBlockCommon() argument [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 465 void setHasCXXTry(SourceLocation TryLoc) { in setHasCXXTry() argument 471 void setHasObjCTry(SourceLocation TryLoc) { in setHasObjCTry() argument 477 void setHasSEHTry(SourceLocation TryLoc) { in setHasSEHTry() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 74 SourceLocation TryLoc; variable
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1248 SEHTryStmt::SEHTryStmt(bool IsCXXTry, SourceLocation TryLoc, Stmt *TryBlock, in Create() argument 1240 SEHTryStmt(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) SEHTryStmt() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4186 ActOnCXXTryBlock(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) ActOnCXXTryBlock() argument 4299 ActOnSEHTryBlock(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) ActOnSEHTryBlock() argument [all...] |
H A D | TreeTransform.h | 2565 RebuildCXXTryStmt(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) RebuildCXXTryStmt() argument 2630 RebuildSEHTryStmt(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) RebuildSEHTryStmt() argument
|