llvm-project/clang/lib/ASTMatchers
Reid 4ffcec40ac Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.
Accepts child matchers cxxThisExpr to match on capture of this and also on varDecl.
2020-01-10 15:49:43 -05:00
..
Dynamic Implement new AST matcher hasAnyCapture to match on LambdaExpr captures. 2020-01-10 15:49:43 -05:00
ASTMatchFinder.cpp Match code following lambdas when ignoring invisible nodes 2019-12-31 17:04:39 +00:00
ASTMatchersInternal.cpp Add a new AST matcher 'optionally'. 2020-01-08 14:10:11 -05:00
CMakeLists.txt