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

  /external/clang/include/clang/AST/
StmtCXX.h 28 VarDecl *ExceptionDecl;
34 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl),
38 : Stmt(CXXCatchStmtClass), ExceptionDecl(0), HandlerBlock(0) {}
45 VarDecl *getExceptionDecl() const { return ExceptionDecl; }
StmtObjC.h 75 VarDecl *ExceptionDecl;
83 : Stmt(ObjCAtCatchStmtClass), ExceptionDecl(catchVarDecl),
94 return ExceptionDecl;
97 return ExceptionDecl;
99 void setCatchParamDecl(VarDecl *D) { ExceptionDecl = D; }
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 49 milliseconds