Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp455 REGISTER_MATCHER(isLeftFold); in RegistryMaps()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h4882 bool isLeftFold() const { return !isRightFold(); } in isLeftFold() function
4885 Expr *getPattern() const { return isLeftFold() ? getRHS() : getLHS(); } in getPattern()
4888 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } in getInit()
4904 if (isLeftFold()) in getBeginLoc()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4642 AST_MATCHER(CXXFoldExpr, isLeftFold) { return Node.isLeftFold(); } in AST_MATCHER() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaConcept.cpp261 if (FE->isLeftFold() && FE->getInit()) { in calculateConstraintSatisfaction()
HDTreeTransform.h15304 bool LeftFold = E->isLeftFold(); in TransformCXXFoldExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDItaniumMangle.cpp5652 if (FE->isLeftFold()) in mangleExpression()