search for: classclang_1_1expr

Displaying 3 results from an estimated 3 matches for "classclang_1_1expr".

2016 Nov 27
2
Looking for help with an ast matcher
Adding cfe-dev, because it is related to clang, not LLVM. 2016-11-27 22:34 GMT+01:00 Piotr Padlewski <piotr.padlewski at gmail.com>: > Hi Mads, > Can you provide the code that you run clang-query on, or at least AST for > the fragment you want to match? > > Piotr > > 2016-11-26 22:27 GMT+01:00 Mads Ravn via llvm-dev <llvm-dev at lists.llvm.org > >: >
2016 Nov 28
2
Looking for help with an ast matcher
...ls, > I looked into http://clang.llvm.org/docs/LibASTMatchersReference.html? > and it seems that matcher > on : > Matcher<CXXMemberCallExpr > <http://clang.llvm.org/doxygen/classclang_1_1CXXMemberCallExpr.html>> -> > Matcher<Expr <http://clang.llvm.org/doxygen/classclang_1_1Expr.html>> > InnerMatcher > would be my candidate to check. If it won't gonna work then send the test > and AST dump and I will try to help. > > Piotr > > 2016-11-27 22:35 GMT+01:00 Piotr Padlewski <piotr.padlewski at gmail.com>: > > Adding cfe-dev, because it...
2016 Nov 28
2
Looking for help with an ast matcher
...ls, > I looked into http://clang.llvm.org/docs/LibASTMatchersReference.html? > and it seems that matcher > on : > Matcher<CXXMemberCallExpr > <http://clang.llvm.org/doxygen/classclang_1_1CXXMemberCallExpr.html>> -> > Matcher<Expr <http://clang.llvm.org/doxygen/classclang_1_1Expr.html>> > InnerMatcher > would be my candidate to check. If it won't gonna work then send the test > and AST dump and I will try to help. > > Piotr > > 2016-11-27 22:35 GMT+01:00 Piotr Padlewski <piotr.padlewski at gmail.com>: > > Adding cfe-dev, because it...