Searched defs:CXXFoldExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4529 class CXXFoldExpr : public Expr { class in namespace:clang
4543 CXXFoldExpr(QualType T, SourceLocation LParenLoc, Expr *LHS, function in class:clang::CXXFoldExpr
4555 CXXFoldExpr(EmptyShell Empty) : Expr(CXXFoldExprClass, Empty) {} function in class:clang::CXXFoldExpr

Completed in 172 milliseconds