Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h4619 bool isLeftFold() const { return !isRightFold(); } in isLeftFold() function
4622 Expr *getPattern() const { return isLeftFold() ? getRHS() : getLHS(); } in getPattern()
4625 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } in getInit()
4641 if (isLeftFold()) in getBeginLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp4985 if (FE->isLeftFold()) in mangleExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h13455 bool LeftFold = E->isLeftFold(); in TransformCXXFoldExpr()