Searched refs:ObjCAtThrowStmt (Results 1 – 21 of 21) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 313 class ObjCAtThrowStmt : public Stmt { 318 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function 322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
|
D | RecursiveASTVisitor.h | 2040 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 41 class ObjCAtThrowStmt; variable 247 const ObjCAtThrowStmt &S,
|
D | CodeGenFunction.h | 74 class ObjCAtThrowStmt; variable 2289 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
|
D | CGObjCMac.cpp | 1241 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()
|
D | CGObjCGNU.cpp | 558 const ObjCAtThrowStmt &S, 2701 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
D | CGException.cpp | 409 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
|
D | CGStmt.cpp | 163 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
|
D | CGObjC.cpp | 1745 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 41 def ObjCAtThrowStmt : Stmt;
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 473 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/ |
D | RewriteObjC.cpp | 305 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 1950 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 4660 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
D | RewriteModernObjC.cpp | 362 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/ |
D | StmtProfile.cpp | 251 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
D | StmtPrinter.cpp | 491 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
|
D | ASTImporter.cpp | 217 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/ |
D | AnalysisBasedWarnings.cpp | 377 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
|
D | SemaStmt.cpp | 3455 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
|
D | TreeTransform.h | 6760 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1173 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 3216 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1132 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|