Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmtCXX.h30 SourceLocation CatchLoc; variable
38 : Stmt(CXXCatchStmtClass), CatchLoc(catchLoc), ExceptionDecl(exDecl), in CXXCatchStmt()
44 SourceLocation getLocStart() const LLVM_READONLY { return CatchLoc; } in getLocStart()
49 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp2629 SourceLocation CatchLoc = ConsumeToken(); in ParseCXXCatchBlock() local
2672 return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.take()); in ParseCXXCatchBlock()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp3023 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, in ActOnCXXCatchBlock() argument
3026 return Owned(new (Context) CXXCatchStmt(CatchLoc, in ActOnCXXCatchBlock()
DTreeTransform.h1412 StmtResult RebuildCXXCatchStmt(SourceLocation CatchLoc, in RebuildCXXCatchStmt() argument
1415 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl, in RebuildCXXCatchStmt()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp1145 S->CatchLoc = ReadSourceLocation(Record, Idx); in VisitCXXCatchStmt()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h3027 StmtResult ActOnCXXCatchBlock(SourceLocation CatchLoc,