HomeSort by relevance Sort by last modified time
    Searched defs:ExceptionDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 32 VarDecl *ExceptionDecl;
38 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl),
42 : Stmt(CXXCatchStmtClass), ExceptionDecl(nullptr), HandlerBlock(nullptr) {}
50 VarDecl *getExceptionDecl() const { return ExceptionDecl; }
StmtObjC.h 76 VarDecl *ExceptionDecl;
84 : Stmt(ObjCAtCatchStmtClass), ExceptionDecl(catchVarDecl),
95 return ExceptionDecl;
98 return ExceptionDecl;
100 void setCatchParamDecl(VarDecl *D) { ExceptionDecl = D; }
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 108 milliseconds