Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h186 bool VisitRecoveryExpr(const RecoveryExpr *E);
HDCompiler.cpp2991 bool Compiler<Emitter>::VisitRecoveryExpr(const RecoveryExpr *E) { in VisitRecoveryExpr() function in Compiler
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp2327 void StmtProfiler::VisitRecoveryExpr(const RecoveryExpr *E) { VisitExpr(E); } in VisitRecoveryExpr() function in StmtProfiler
HDStmtPrinter.cpp2783 void StmtPrinter::VisitRecoveryExpr(RecoveryExpr *Node) { in VisitRecoveryExpr() function in StmtPrinter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp962 void ASTStmtWriter::VisitRecoveryExpr(RecoveryExpr *E) { in VisitRecoveryExpr() function in ASTStmtWriter
HDASTReaderStmt.cpp2292 void ASTStmtReader::VisitRecoveryExpr(RecoveryExpr *E) { in VisitRecoveryExpr() function in ASTStmtReader