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 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; }
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 967 S->CatchLoc = ReadSourceLocation(Record, Idx);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 286 milliseconds