Searched refs:ObjCAtThrowStmt (Results 1 – 21 of 21) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 313 class ObjCAtThrowStmt : public Stmt { 317 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function 321 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
|
D | RecursiveASTVisitor.h | 2026 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, { })
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 41 class ObjCAtThrowStmt; variable 238 const ObjCAtThrowStmt &S,
|
D | CodeGenFunction.h | 70 class ObjCAtThrowStmt; variable 1836 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
|
D | CGException.cpp | 440 const ObjCAtThrowStmt S(E->getExprLoc(), in EmitCXXThrowExpr()
|
D | CGStmt.cpp | 152 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
|
D | CGObjCMac.cpp | 1240 const ObjCAtThrowStmt &S, 1538 const ObjCAtThrowStmt &S, 4123 const ObjCAtThrowStmt &S, in EmitThrowStmt() 6984 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
D | CGObjCGNU.cpp | 536 const ObjCAtThrowStmt &S, 2702 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
D | CGObjC.cpp | 1698 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 | 392 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S); 1180 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit() 2430 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 246 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
D | StmtPrinter.cpp | 493 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 312 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 1984 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 4765 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
D | RewriteModernObjC.cpp | 357 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 2075 Stmt *RewriteModernObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 5765 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1119 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 2168 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1066 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 181 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
|
D | SemaStmt.cpp | 2903 return Owned(new (Context) ObjCAtThrowStmt(AtLoc, Throw)); in BuildObjCAtThrowStmt()
|
D | TreeTransform.h | 5870 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 1941 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, { })
|