Home
last modified time | relevance | path

Searched refs:VisitObjCAtThrowStmt (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1630 void VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) { in VisitObjCAtThrowStmt() function in __anon3a2ff1ec0111::CalledOnceChecker
H A DCFG.cpp598 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
2350 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
4037 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in CFGBuilder
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp403 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in StmtProfiler
H A DStmtPrinter.cpp612 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt() function in StmtPrinter
H A DASTImporter.cpp609 ExpectedStmt VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
6873 ExpectedStmt ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTNodeImporter
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1498 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp1612 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtReader