Searched defs:TryLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 590 SourceLocation TryLoc = ConsumeToken(); ParseSEHTryBlock() local 2534 SourceLocation TryLoc = ConsumeToken(); ParseFunctionTryBlock() local 2613 SourceLocation TryLoc = ConsumeToken(); ParseCXXTryBlock() local 2633 ParseCXXTryBlockCommon(SourceLocation TryLoc,bool FnTry) ParseCXXTryBlockCommon() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 462 setHasCXXTry(SourceLocation TryLoc) setHasCXXTry() argument 468 setHasObjCTry(SourceLocation TryLoc) setHasObjCTry() argument 474 setHasSEHTry(SourceLocation TryLoc) setHasSEHTry() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 74 SourceLocation TryLoc; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1239 SEHTryStmt(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) SEHTryStmt() argument 1247 Create(const ASTContext & C,bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4484 ActOnCXXTryBlock(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) ActOnCXXTryBlock() argument 4597 ActOnSEHTryBlock(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) ActOnSEHTryBlock() argument [all...] |
H A D | TreeTransform.h | 2538 RebuildCXXTryStmt(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) RebuildCXXTryStmt() argument 2604 RebuildSEHTryStmt(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) RebuildSEHTryStmt() argument
|