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.cpp194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
DCGObjCMac.cpp4192 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
/external/clang/lib/AST/
DStmtProfile.cpp234 if (S->getCatchParamDecl()) in VisitObjCAtCatchStmt()
235 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
DStmtPrinter.cpp465 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()
466 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
DASTDumper.cpp2220 if (const VarDecl *CatchParam = Node->getCatchParamDecl()) in VisitObjCAtCatchStmt()
DASTImporter.cpp5252 if (VarDecl *FromExceptionDecl = S->getCatchParamDecl()) { in VisitObjCAtCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1095 Record.AddDeclRef(S->getCatchParamDecl()); in VisitObjCAtCatchStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1825 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
DRewriteModernObjC.cpp1955 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
/external/clang/lib/Sema/
DTreeTransform.h6709 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt()