HomeSort by relevance Sort by last modified time
    Searched refs:getCatchParamDecl (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == 0; }
  /external/clang/lib/AST/
StmtPrinter.cpp 463 if (catchStmt->getCatchParamDecl()) {
464 if (Decl *DS = catchStmt->getCatchParamDecl())
    [all...]
StmtProfile.cpp 225 if (S->getCatchParamDecl())
226 VisitType(S->getCatchParamDecl()->getType());
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 193 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 838 milliseconds