Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h205 bool VisitRecoveryExpr(const RecoveryExpr *E);
H A DCompiler.cpp3857 bool Compiler<Emitter>::VisitRecoveryExpr(const RecoveryExpr *E) { in VisitRecoveryExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2376 void StmtProfiler::VisitRecoveryExpr(const RecoveryExpr *E) { VisitExpr(E); } in VisitRecoveryExpr() function in StmtProfiler
H A DStmtPrinter.cpp2916 void StmtPrinter::VisitRecoveryExpr(RecoveryExpr *Node) { in VisitRecoveryExpr() function in StmtPrinter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp980 void ASTStmtWriter::VisitRecoveryExpr(RecoveryExpr *E) { in VisitRecoveryExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp2312 void ASTStmtReader::VisitRecoveryExpr(RecoveryExpr *E) { in VisitRecoveryExpr() function in ASTStmtReader