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 30 SourceLocation CatchLoc;
37 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock)
38 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl),
44 SourceLocation getLocStart() const LLVM_READONLY { return CatchLoc; }
49 SourceLocation getCatchLoc() const { return CatchLoc; }
  /dalvik/vm/
Debugger.cpp     [all...]

Completed in 2519 milliseconds