Searched refs:CatchLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | StmtCXX.h | 30 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/ |
| D | ParseStmt.cpp | 2629 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/ |
| D | SemaStmt.cpp | 3023 Sema::ActOnCXXCatchBlock(SourceLocation CatchLoc, Decl *ExDecl, in ActOnCXXCatchBlock() argument 3026 return Owned(new (Context) CXXCatchStmt(CatchLoc, in ActOnCXXCatchBlock()
|
| D | TreeTransform.h | 1412 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/ |
| D | ASTReaderStmt.cpp | 1145 S->CatchLoc = ReadSourceLocation(Record, Idx); in VisitCXXCatchStmt()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 3027 StmtResult ActOnCXXCatchBlock(SourceLocation CatchLoc,
|