Searched defs:TryLoc (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 426 StmtResult Parser::ParseSEHTryBlockCommon(SourceLocation TryLoc) { in ParseSEHTryBlockCommon() 1877 SourceLocation TryLoc = ConsumeToken(); in ParseFunctionTryBlock() local 1939 SourceLocation TryLoc = ConsumeToken(); in ParseCXXTryBlock() local 1959 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | StmtCXX.h | 66 SourceLocation TryLoc; variable
|
H A D | Stmt.h | 1903 SourceLocation TryLoc; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3287 StmtResult Sema::ActOnCXXTryBlock(SourceLocation TryLoc, Stmt *TryBlock, in ActOnCXXTryBlock() 3352 SourceLocation TryLoc, in ActOnSEHTryBlock()
|
H A D | TreeTransform.h | 1636 StmtResult RebuildCXXTryStmt(SourceLocation TryLoc, Stmt *TryBlock, in RebuildCXXTryStmt() 1694 StmtResult RebuildSEHTryStmt(bool IsCXXTry, SourceLocation TryLoc, in RebuildSEHTryStmt()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 1014 SourceLocation TryLoc, in SEHTryStmt() 1026 SourceLocation TryLoc, Stmt *TryBlock, in Create()
|