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() {
111 bool hasEllipsis() const { return getCatchParamDecl() == 0; }
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 185 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 220 if (S->getCatchParamDecl())
221 VisitType(S->getCatchParamDecl()->getType());
StmtDumper.cpp 642 if (VarDecl *CatchParam = Node->getCatchParamDecl()) {
StmtPrinter.cpp 442 if (catchStmt->getCatchParamDecl()) {
443 if (Decl *DS = catchStmt->getCatchParamDecl())
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 949 Writer.AddDeclRef(S->getCatchParamDecl(), Record);
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 160 milliseconds