Home
last modified time | relevance | path

Searched refs:ObjCAtThrowStmt (Results 1 – 22 of 22) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtObjC.h313 class ObjCAtThrowStmt : public Stmt {
318 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function
322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
HDDataRecursiveASTVisitor.h1955 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
HDRecursiveASTVisitor.h1974 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCRuntime.h41 class ObjCAtThrowStmt; variable
238 const ObjCAtThrowStmt &S,
HDCodeGenFunction.h73 class ObjCAtThrowStmt; variable
2040 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
HDCGException.cpp422 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
HDCGObjCMac.cpp1236 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()
HDCGObjCGNU.cpp527 const ObjCAtThrowStmt &S,
2659 const ObjCAtThrowStmt &S, in EmitThrowStmt()
HDCGStmt.cpp156 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
HDCGObjC.cpp1729 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDStmtNodes.td41 def ObjCAtThrowStmt : Stmt;
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp400 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/
HDRewriteObjC.cpp304 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
1954 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt()
4691 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
HDRewriteModernObjC.cpp363 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/
HDStmtProfile.cpp249 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
HDStmtPrinter.cpp489 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
HDASTImporter.cpp210 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/
HDASTReaderStmt.cpp1136 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
2713 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
HDASTWriterStmt.cpp1089 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp364 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
HDSemaStmt.cpp3343 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
HDTreeTransform.h6450 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()