Home
last modified time | relevance | path

Searched refs:ObjCAtThrowStmt (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h358 class ObjCAtThrowStmt : public Stmt {
363 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function
367 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
H A DRecursiveASTVisitor.h2485 DEF_TRAVERSE_STMT(ObjCAtThrowStmt, {})
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h43 class ObjCAtThrowStmt; variable
273 const ObjCAtThrowStmt &S,
H A DCGObjCMac.cpp1322 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
1631 void EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S,
4779 const ObjCAtThrowStmt &S, in EmitThrowStmt()
7659 const ObjCAtThrowStmt &S, in EmitThrowStmt()
H A DCGObjCGNU.cpp635 const ObjCAtThrowStmt &S,
4262 const ObjCAtThrowStmt &S, in EmitThrowStmt()
H A DCGException.cpp458 const ObjCAtThrowStmt S(E->getExprLoc(), const_cast<Stmt *>(ThrowStmt)); in EmitCXXThrowExpr()
H A DCodeGenFunction.h79 class ObjCAtThrowStmt; variable
3614 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
H A DCGStmt.cpp189 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
H A DCGObjC.cpp2129 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td44 def ObjCAtThrowStmt : StmtNode<Stmt>;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1629 void VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) { in VisitObjCAtThrowStmt() argument
H A DCFG.cpp633 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
2443 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
4155 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp871 const internal::VariadicDynCastAllOfMatcher<Stmt, ObjCAtThrowStmt>
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp303 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
1957 Stmt *RewriteObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt()
4637 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp361 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
2038 Stmt *RewriteModernObjC::RewriteObjCThrowStmt(ObjCAtThrowStmt *S) { in RewriteObjCThrowStmt()
5516 if (ObjCAtThrowStmt *StmtThrow = dyn_cast<ObjCAtThrowStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1138 bool VisitObjCAtThrowStmt(ObjCAtThrowStmt *Throw) override { in VisitObjCAtThrowStmt()
H A DSemaObjC.cpp262 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
H A DAnalysisBasedWarnings.cpp651 if (isa<ObjCAtThrowStmt>(S)) { in CheckFallThrough()
H A DTreeTransform.h9034 TreeTransform<Derived>::TransformObjCAtThrowStmt(ObjCAtThrowStmt *S) { in TransformObjCAtThrowStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1667 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
3507 S = new (Context) ObjCAtThrowStmt(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1632 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp423 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
H A DStmtPrinter.cpp629 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt()
H A DASTImporter.cpp617 ExpectedStmt VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
7571 ExpectedStmt ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt()
7578 return new (Importer.getToContext()) ObjCAtThrowStmt( in VisitObjCAtThrowStmt()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1686 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ObjCAtThrowStmt>

12