Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp440 SourceLocation TryLoc = ConsumeToken(); in ParseSEHTryBlock() local
1970 SourceLocation TryLoc = ConsumeToken(); in ParseFunctionTryBlock() local
2048 SourceLocation TryLoc = ConsumeToken(); in ParseCXXTryBlock() local
2068 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScopeInfo.h465 void setHasCXXTry(SourceLocation TryLoc) { in setHasCXXTry()
471 void setHasObjCTry(SourceLocation TryLoc) { in setHasObjCTry()
477 void setHasSEHTry(SourceLocation TryLoc) { in setHasSEHTry()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScopeInfo.h465 void setHasCXXTry(SourceLocation TryLoc) { in setHasCXXTry()
471 void setHasObjCTry(SourceLocation TryLoc) { in setHasObjCTry()
477 void setHasSEHTry(SourceLocation TryLoc) { in setHasSEHTry()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScopeInfo.h465 void setHasCXXTry(SourceLocation TryLoc) { in setHasCXXTry()
471 void setHasObjCTry(SourceLocation TryLoc) { in setHasObjCTry()
477 void setHasSEHTry(SourceLocation TryLoc) { in setHasSEHTry()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScopeInfo.h462 void setHasCXXTry(SourceLocation TryLoc) { in setHasCXXTry()
468 void setHasObjCTry(SourceLocation TryLoc) { in setHasObjCTry()
474 void setHasSEHTry(SourceLocation TryLoc) { in setHasSEHTry()
/aosp_15_r20/external/clang/include/clang/Sema/
H A DScopeInfo.h360 void setHasCXXTry(SourceLocation TryLoc) { in setHasCXXTry()
365 void setHasSEHTry(SourceLocation TryLoc) { in setHasSEHTry()
/aosp_15_r20/external/clang/lib/AST/
H A DStmt.cpp907 SourceLocation TryLoc, in SEHTryStmt()
919 SourceLocation TryLoc, Stmt *TryBlock, in Create()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtCXX.h66 SourceLocation TryLoc; variable
H A DStmt.h1924 SourceLocation TryLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtCXX.h74 SourceLocation TryLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtCXX.h74 SourceLocation TryLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtCXX.h74 SourceLocation TryLoc; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtCXX.h74 SourceLocation TryLoc; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp3640 StmtResult Sema::ActOnCXXTryBlock(SourceLocation TryLoc, Stmt *TryBlock, in ActOnCXXTryBlock()
3729 StmtResult Sema::ActOnSEHTryBlock(bool IsCXXTry, SourceLocation TryLoc, in ActOnSEHTryBlock()
H A DTreeTransform.h1885 StmtResult RebuildCXXTryStmt(SourceLocation TryLoc, Stmt *TryBlock, in RebuildCXXTryStmt()
1945 StmtResult RebuildSEHTryStmt(bool IsCXXTry, SourceLocation TryLoc, in RebuildSEHTryStmt()