Searched defs:IsCXXTry (Results 1 – 3 of 3) sorted by relevance
/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 1246 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 | 4597 ActOnSEHTryBlock(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) ActOnSEHTryBlock() argument
|
H A D | TreeTransform.h | 2604 RebuildSEHTryStmt(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) RebuildSEHTryStmt() argument
|