Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp590 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 DScopeInfo.h462 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 DStmtCXX.h74 SourceLocation TryLoc; variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1239 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 DSemaStmt.cpp4484 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 DTreeTransform.h2538 RebuildCXXTryStmt(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) RebuildCXXTryStmt() argument
2604 RebuildSEHTryStmt(bool IsCXXTry,SourceLocation TryLoc,Stmt * TryBlock,Stmt * Handler) RebuildSEHTryStmt() argument