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
DDataRecursiveASTVisitor.h1929 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
DRecursiveASTVisitor.h1946 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
/external/clang/lib/CodeGen/
DCGObjCRuntime.h41 class ObjCAtThrowStmt; variable
238 const ObjCAtThrowStmt &S,
DCodeGenFunction.h73 class ObjCAtThrowStmt; variable
1982 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
DCGException.cpp418 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
DCGObjCMac.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()
DCGObjCGNU.cpp532 const ObjCAtThrowStmt &S,
2665 const ObjCAtThrowStmt &S, in EmitThrowStmt()
DCGStmt.cpp156 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
DCGObjC.cpp1702 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
/external/clang/include/clang/Basic/
DStmtNodes.td41 def ObjCAtThrowStmt : Stmt;
/external/clang/lib/Analysis/
DCFG.cpp401 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
1515 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
2784 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp304 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
1954 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt()
4695 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
DRewriteModernObjC.cpp363 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
2059 Stmt *RewriteModernObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt()
5666 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/external/clang/lib/AST/
DStmtProfile.cpp249 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
DStmtPrinter.cpp487 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1126 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
2658 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1077 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp365 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
DSemaStmt.cpp3332 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
DTreeTransform.h6274 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()