Home
last modified time | relevance | path

Searched defs:VisitRecoveryExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp962 void ASTStmtWriter::VisitRecoveryExpr(RecoveryExpr *E) { in VisitRecoveryExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp2292 void ASTStmtReader::VisitRecoveryExpr(RecoveryExpr *E) { in VisitRecoveryExpr() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2783 void StmtPrinter::VisitRecoveryExpr(RecoveryExpr *Node) { in VisitRecoveryExpr() function in StmtPrinter
H A DStmtProfile.cpp2327 void StmtProfiler::VisitRecoveryExpr(const RecoveryExpr *E) { VisitExpr(E); } in VisitRecoveryExpr() function in StmtProfiler
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2991 bool Compiler<Emitter>::VisitRecoveryExpr(const RecoveryExpr *E) { in VisitRecoveryExpr() function in Compiler