Searched refs:CatchLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h27 SourceLocation CatchLoc; member in class:clang::CXXCatchStmt
35 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl),
42 return SourceRange(CatchLoc, HandlerBlock->getLocEnd());
45 SourceLocation getCatchLoc() const { return CatchLoc; }
/external/clang/lib/Parse/
H A DParseStmt.cpp2097 SourceLocation CatchLoc = ConsumeToken(); local
2133 return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.take());
/external/clang/lib/Sema/
H A DSemaStmt.cpp2631 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, argument
2634 return Owned(new (Context) CXXCatchStmt(CatchLoc,
H A DTreeTransform.h1305 StmtResult RebuildCXXCatchStmt(SourceLocation CatchLoc, argument
1308 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1048 S->CatchLoc = ReadSourceLocation(Record, Idx);
/external/clang/include/clang/Sema/
H A DSema.h2615 StmtResult ActOnCXXCatchBlock(SourceLocation CatchLoc,

Completed in 280 milliseconds