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

  /external/clang/include/clang/AST/
StmtCXX.h 27 SourceLocation CatchLoc;
34 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock)
35 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl),
42 return SourceRange(CatchLoc, HandlerBlock->getLocEnd());
45 SourceLocation getCatchLoc() const { return CatchLoc; }
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 277 milliseconds