Searched defs:VisitCXXFoldExpr (Results 1 – 5 of 5) sorted by relevance
2241 void ASTStmtWriter::VisitCXXFoldExpr(CXXFoldExpr *E) { in VisitCXXFoldExpr() function in ASTStmtWriter
2244 void ASTStmtReader::VisitCXXFoldExpr(CXXFoldExpr *E) { in VisitCXXFoldExpr() function in ASTStmtReader
2520 void StmtPrinter::VisitCXXFoldExpr(CXXFoldExpr *E) { in VisitCXXFoldExpr() function in StmtPrinter
2284 void StmtProfiler::VisitCXXFoldExpr(const CXXFoldExpr *S) { in VisitCXXFoldExpr() function in StmtProfiler
8928 ExpectedStmt ASTNodeImporter::VisitCXXFoldExpr(CXXFoldExpr *E) { in VisitCXXFoldExpr() function in ASTNodeImporter