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

  /external/clang/include/clang/AST/
StmtCXX.h 26 SourceLocation CatchLoc;
33 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock)
34 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl),
41 return SourceRange(CatchLoc, HandlerBlock->getLocEnd());
44 SourceLocation getCatchLoc() const { return CatchLoc; }
  /dalvik/vm/
Debugger.cpp     [all...]

Completed in 282 milliseconds