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

  /external/clang/include/clang/AST/
StmtCXX.h 29 VarDecl *ExceptionDecl;
35 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl),
39 : Stmt(CXXCatchStmtClass), ExceptionDecl(0), HandlerBlock(0) {}
46 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/Sema/
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 641 if (ExceptionDecl)
642 return ExceptionDecl->getType();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 134 milliseconds