llvm-capstone/clang/lib/ASTMatchers
Julian Schmidt cbaadb1f0f
[clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245)
Adds support for the following matchers related to `CXXFoldExpr`:
`cxxFoldExpr`, `callee`,
  `hasInit`, `hasPattern`, `isRightFold`, `isLeftFold`,
  `isUnaryFold`, `isBinaryFold`, `hasOperator`, `hasLHS`, `hasRHS`.
2024-01-16 17:13:38 +01:00
..
Dynamic [clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245) 2024-01-16 17:13:38 +01:00
ASTMatchersInternal.cpp [clang][ASTMatcher] Add matchers for CXXFoldExpr (#71245) 2024-01-16 17:13:38 +01:00
ASTMatchFinder.cpp [ASTMatchers] Fix classIsDerivedFrom for recusrive cases (#67307) 2023-09-25 12:10:29 +02:00
CMakeLists.txt cmake: add missing dependencies on ClangDriverOptions tablegen 2023-08-04 10:27:19 -07:00
GtestMatchers.cpp [clang] Stop including llvm/ADT/StringMap.h (NFC) 2023-10-13 21:34:23 -07:00