HomeSort by relevance Sort by last modified time
    Searched defs:TryLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 66 SourceLocation TryLoc;
69 CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, ArrayRef<Stmt*> handlers);
82 static CXXTryStmt *Create(ASTContext &C, SourceLocation tryLoc,
91 SourceLocation getTryLoc() const { return TryLoc; }
Stmt.h     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 356 StmtResult Parser::ParseSEHTryBlockCommon(SourceLocation TryLoc) {
380 TryLoc,
    [all...]

Completed in 93 milliseconds