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() == nullptr; }
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 461 if (catchStmt->getCatchParamDecl()) {
462 if (Decl *DS = catchStmt->getCatchParamDecl())
    [all...]
StmtProfile.cpp 232 if (S->getCatchParamDecl())
233 VisitType(S->getCatchParamDecl()->getType());
    [all...]
ASTDumper.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 217 milliseconds