/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 358 class ObjCAtThrowStmt : public Stmt { 363 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function 367 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
|
H A D | RecursiveASTVisitor.h | 2442 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.h | 43 class ObjCAtThrowStmt; variable 289 const ObjCAtThrowStmt &S,
|
H A D | CGObjCMac.cpp | 1375 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 1696 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, 4879 const ObjCAtThrowStmt &S, in EmitThrowStmt() 7772 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
H A D | CGObjCGNU.cpp | 636 const ObjCAtThrowStmt &S, 4171 const ObjCAtThrowStmt &S, in EmitThrowStmt()
|
H A D | CGException.cpp | 458 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
|
H A D | CodeGenFunction.h | 78 class ObjCAtThrowStmt; variable 3572 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
|
H A D | CGStmt.cpp | 186 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
|
H A D | CGObjC.cpp | 2084 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 43 def ObjCAtThrowStmt : StmtNode<Stmt>;
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 1631 void VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) { in VisitObjCAtThrowStmt() argument
|
H A D | CFG.cpp | 611 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S); 2354 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit() 4043 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 362 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S); 2039 Stmt *RewriteModernObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt() 5550 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1648 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 3376 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 1609 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 266 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
|
H A D | AnalysisBasedWarnings.cpp | 509 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
|
H A D | TreeTransform.h | 8684 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 419 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
|
H A D | StmtPrinter.cpp | 620 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
|
H A D | ASTImporter.cpp | 565 ExpectedStmt VisitObjCAtThrowStmt(ObjCAtThrowStmt *S); 7224 ExpectedStmt ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() 7231 return new (Importer.getToContext()) ObjCAtThrowStmt( in VisitObjCAtThrowStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1647 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ObjCAtThrowStmt>
|