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 | DataRecursiveASTVisitor.h | 1929 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
|
D | RecursiveASTVisitor.h | 1946 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 41 class ObjCAtThrowStmt; variable 238 const ObjCAtThrowStmt &S,
|
D | CodeGenFunction.h | 73 class ObjCAtThrowStmt; variable 1982 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
|
D | CGException.cpp | 418 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
|
D | 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()
|
D | CGObjCGNU.cpp | 532 const ObjCAtThrowStmt &S, 2665 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
D | CGStmt.cpp | 156 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
|
D | CGObjC.cpp | 1702 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 | 401 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/ |
D | RewriteObjC.cpp | 304 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 1954 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 4695 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
D | RewriteModernObjC.cpp | 363 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/ |
D | StmtProfile.cpp | 249 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
D | StmtPrinter.cpp | 487 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1126 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 2658 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1077 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 365 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
|
D | SemaStmt.cpp | 3332 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
|
D | TreeTransform.h | 6274 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
|