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 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; }
  /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 59 milliseconds