Home
last modified time | relevance | path

Searched defs:VisitCXXFoldExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2202 void ASTStmtWriter::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp2224 void ASTStmtReader::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in ASTStmtReader
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2470 void StmtPrinter::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in StmtPrinter
H A DStmtProfile.cpp2248 void StmtProfiler::VisitCXXFoldExpr(const CXXFoldExpr *S) { VisitCXXFoldExpr() function in StmtProfiler
H A DASTImporter.cpp8824 ExpectedStmt ASTNodeImporter::VisitCXXFoldExpr(CXXFoldExpr *E) { VisitCXXFoldExpr() function in ASTNodeImporter