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

Completed in 173 milliseconds