Searched refs:ObjCAtThrowStmt (Results 1 – 22 of 22) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtObjC.h | 313 class ObjCAtThrowStmt : public Stmt { 318 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function 322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
|
| HD | DataRecursiveASTVisitor.h | 1955 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
|
| HD | RecursiveASTVisitor.h | 1974 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjCRuntime.h | 41 class ObjCAtThrowStmt; variable 238 const ObjCAtThrowStmt &S,
|
| HD | CodeGenFunction.h | 73 class ObjCAtThrowStmt; variable 2040 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
|
| HD | CGException.cpp | 422 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
|
| HD | CGObjCMac.cpp | 1236 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 1531 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 4059 const ObjCAtThrowStmt &S, in EmitThrowStmt() 6945 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
| HD | CGObjCGNU.cpp | 527 const ObjCAtThrowStmt &S, 2659 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
| HD | CGStmt.cpp | 156 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
|
| HD | CGObjC.cpp | 1729 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 41 def ObjCAtThrowStmt : Stmt;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CFG.cpp | 400 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S); 1526 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit() 2795 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 304 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 1954 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 4691 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| HD | RewriteModernObjC.cpp | 363 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 2059 Stmt *RewriteModernObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 5662 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | StmtProfile.cpp | 249 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
| HD | StmtPrinter.cpp | 489 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
|
| HD | ASTImporter.cpp | 210 Stmt *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S); 5011 Stmt *ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 5016 return new (Importer.getToContext()) ObjCAtThrowStmt(ToAtThrowLoc, ToThrow); in VisitObjCAtThrowStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1136 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 2713 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 1089 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | AnalysisBasedWarnings.cpp | 364 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
|
| HD | SemaStmt.cpp | 3343 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
|
| HD | TreeTransform.h | 6450 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
|