Searched refs:getCatchParamDecl (Results 1 - 10 of 10) sorted by last modified time

/external/clang/lib/Sema/
H A DTreeTransform.h5961 if (VarDecl *FromVar = S->getCatchParamDecl()) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1034 Writer.AddDeclRef(S->getCatchParamDecl(), Record);
/external/clang/include/clang/AST/
H A DStmtObjC.h94 const VarDecl *getCatchParamDecl() const { function in class:clang::ObjCAtCatchStmt
97 VarDecl *getCatchParamDecl() { function in class:clang::ObjCAtCatchStmt
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
/external/clang/lib/AST/
H A DASTDumper.cpp1918 if (const VarDecl *CatchParam = Node->getCatchParamDecl())
H A DStmtPrinter.cpp461 if (catchStmt->getCatchParamDecl()) {
462 if (Decl *DS = catchStmt->getCatchParamDecl())
H A DStmtProfile.cpp232 if (S->getCatchParamDecl())
233 VisitType(S->getCatchParamDecl()->getType());
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp3939 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
H A DCGObjCRuntime.cpp194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1994 VarDecl *catchDecl = Catch->getCatchParamDecl();
H A DRewriteObjC.cpp1838 VarDecl *catchDecl = Catch->getCatchParamDecl();

Completed in 2269 milliseconds