Home
last modified time | relevance | path

Searched refs:isLeftFold (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprCXX.h4617 bool isLeftFold() const { return !isRightFold(); } in isLeftFold() function
4620 Expr *getPattern() const { return isLeftFold() ? getRHS() : getLHS(); } in getPattern()
4623 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } in getInit()
4639 if (isLeftFold()) in getBeginLoc()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DItaniumMangle.cpp4995 if (FE->isLeftFold()) in mangleExpression()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h13520 bool LeftFold = E->isLeftFold(); in TransformCXXFoldExpr()