Home
last modified time | relevance | path

Searched refs:VisitRecoveryExpr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h186 bool VisitRecoveryExpr(const RecoveryExpr *E);
H A DCompiler.cpp2991 bool Compiler<Emitter>::VisitRecoveryExpr(const RecoveryExpr *E) { in VisitRecoveryExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2327 void StmtProfiler::VisitRecoveryExpr(const RecoveryExpr *E) { VisitExpr(E); } in VisitRecoveryExpr() function in StmtProfiler
H A DStmtPrinter.cpp2783 void StmtPrinter::VisitRecoveryExpr(RecoveryExpr *Node) { in VisitRecoveryExpr() function in StmtPrinter
/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