Home
last modified time | relevance | path

Searched refs:getCatchParamDecl (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h94 const VarDecl *getCatchParamDecl() const { in getCatchParamDecl() function
97 VarDecl *getCatchParamDecl() { in getCatchParamDecl() function
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; } in hasEllipsis()
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp195 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
DCGObjCMac.cpp4125 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/external/clang/lib/AST/
DStmtProfile.cpp233 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
234 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
DStmtPrinter.cpp464 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()
465 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
DASTDumper.cpp2071 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
DASTImporter.cpp4950 if (VarDecl *FromExceptionDecl = S->getCatchParamDecl()) { in VisitObjCAtCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1083 Writer.AddDeclRef(S->getCatchParamDecl(), Record); in VisitObjCAtCatchStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1829 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
DRewriteModernObjC.cpp1982 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/external/clang/lib/Sema/
DTreeTransform.h6605 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()