Searched defs:VisitCXXFoldExpr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2202 void ASTStmtWriter::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2224 void ASTStmtReader::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in ASTStmtReader |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 2470 void StmtPrinter::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in StmtPrinter |
H A D | StmtProfile.cpp | 2248 void StmtProfiler::VisitCXXFoldExpr(const CXXFoldExpr *S) { VisitCXXFoldExpr() function in StmtProfiler |
H A D | ASTImporter.cpp | 8824 ExpectedStmt ASTNodeImporter::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in ASTNodeImporter |