HomeSort by relevance Sort by last modified time
    Searched refs:getCatchParamDecl (Results 1 - 10 of 10) 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/CodeGen/
CGObjCRuntime.cpp 193 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 467 if (catchStmt->getCatchParamDecl()) {
468 if (Decl *DS = catchStmt->getCatchParamDecl())
    [all...]
StmtProfile.cpp 229 if (S->getCatchParamDecl())
230 VisitType(S->getCatchParamDecl()->getType());
    [all...]
ASTDumper.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 448 milliseconds