Home
last modified time | relevance | path

Searched refs:CXXFoldExpr (Results 1 – 11 of 11) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td138 def CXXFoldExpr : DStmt<Expr>;
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp994 return new (Context) CXXFoldExpr(Context.DependentTy, LParenLoc, LHS, in BuildCXXFoldExpr()
H A DTreeTransform.h9666 TreeTransform<Derived>::TransformCXXFoldExpr(CXXFoldExpr *E) { in TransformCXXFoldExpr()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3836 class CXXFoldExpr : public Expr {
3846 CXXFoldExpr(QualType T, SourceLocation LParenLoc, Expr *LHS, in CXXFoldExpr() function
3857 CXXFoldExpr(EmptyShell Empty) : Expr(CXXFoldExprClass, Empty) {} in CXXFoldExpr() function
H A DRecursiveASTVisitor.h2296 DEF_TRAVERSE_STMT(CXXFoldExpr, {})
H A DDataRecursiveASTVisitor.h2274 DEF_TRAVERSE_STMT(CXXFoldExpr, {})
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp1243 void StmtProfiler::VisitCXXFoldExpr(const CXXFoldExpr *S) { in VisitCXXFoldExpr()
H A DStmtPrinter.cpp2025 void StmtPrinter::VisitCXXFoldExpr(CXXFoldExpr *E) { in VisitCXXFoldExpr()
H A DItaniumMangle.cpp3228 auto *FE = cast<CXXFoldExpr>(E); in mangleExpression()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1583 void ASTStmtReader::VisitCXXFoldExpr(CXXFoldExpr *E) { in VisitCXXFoldExpr()
2935 S = new (Context) CXXFoldExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1582 void ASTStmtWriter::VisitCXXFoldExpr(CXXFoldExpr *E) { in VisitCXXFoldExpr()