| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A 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
|
| H A D | RecursiveASTVisitor.h | 2176 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 42 class ObjCAtThrowStmt; variable 250 const ObjCAtThrowStmt &S,
|
| H A D | CGObjCMac.cpp | 1343 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 1637 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 4697 const ObjCAtThrowStmt &S, in EmitThrowStmt() 7553 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
| H A D | CodeGenFunction.h | 76 class ObjCAtThrowStmt; variable 2879 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
|
| H A D | CGStmt.cpp | 172 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
|
| H A D | CGException.cpp | 432 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
|
| H A D | CGObjCGNU.cpp | 632 const ObjCAtThrowStmt &S, 3830 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
| H A D | CGObjC.cpp | 1855 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 41 def ObjCAtThrowStmt : Stmt;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 645 const internal::VariadicDynCastAllOfMatcher<Stmt, ObjCAtThrowStmt>
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 306 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 1951 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 4655 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 363 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 2035 Stmt *RewriteModernObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 5556 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 569 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S); 2141 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit() 3611 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1281 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 2769 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1234 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 396 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
| H A D | StmtPrinter.cpp | 525 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
|
| H A D | ASTImporter.cpp | 545 ExpectedStmt VisitObjCAtThrowStmt(ObjCAtThrowStmt *S); 6031 ExpectedStmt ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 6038 return new (Importer.getToContext()) ObjCAtThrowStmt( in VisitObjCAtThrowStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 461 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
|
| H A D | SemaStmt.cpp | 3823 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
|
| H A D | TreeTransform.h | 7290 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1430 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ObjCAtThrowStmt>
|