Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h313 class ObjCAtThrowStmt : public Stmt {
318 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function
322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
DRecursiveASTVisitor.h2040 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
/external/clang/lib/CodeGen/
DCGObjCRuntime.h41 class ObjCAtThrowStmt; variable
247 const ObjCAtThrowStmt &S,
DCodeGenFunction.h74 class ObjCAtThrowStmt; variable
2289 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
DCGObjCMac.cpp1241 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
1534 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
4346 const ObjCAtThrowStmt &S, in EmitThrowStmt()
7217 const ObjCAtThrowStmt &S, in EmitThrowStmt()
DCGObjCGNU.cpp558 const ObjCAtThrowStmt &S,
2701 const ObjCAtThrowStmt &S, in EmitThrowStmt()
DCGException.cpp409 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
DCGStmt.cpp163 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
DCGObjC.cpp1745 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
/external/clang/include/clang/Basic/
DStmtNodes.td41 def ObjCAtThrowStmt : Stmt;
/external/clang/lib/Analysis/
DCFG.cpp473 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
1572 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
2875 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp305 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
1950 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt()
4660 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
DRewriteModernObjC.cpp362 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
2032 Stmt *RewriteModernObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt()
5565 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/external/clang/lib/AST/
DStmtProfile.cpp251 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
DStmtPrinter.cpp491 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
DASTImporter.cpp217 Stmt *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
5312 Stmt *ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
5317 return new (Importer.getToContext()) ObjCAtThrowStmt(ToAtThrowLoc, ToThrow); in VisitObjCAtThrowStmt()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp377 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
DSemaStmt.cpp3455 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
DTreeTransform.h6760 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1173 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
3216 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1132 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()