Home | History | Annotate | Download | only in docs

Lines Matching full:clang

2 Matching the Clang AST
5 This document explains how to use Clang's LibASTMatchers to match interesting
10 We assume basic knowledge about the Clang AST. See the :doc:`Introduction
11 to the Clang AST <IntroductionToTheClangAST>` if you want to learn more
20 Clang's AST. This DSL is written in and can be used from C++, allowing users
44 With more than a thousand classes in the Clang AST, one can quickly get lost
55 :doc:`Introduction to the Clang AST <IntroductionToTheClangAST>` teaches you
63 #. Find the outermost class in Clang's AST you want to match.
84 <http://clang.llvm.org/doxygen/classclang_1_1ast__matchers_1_1MatchFinder_1_1MatchCallback.html>`_.
119 <http://clang.llvm.org/doxygen/ASTMatchersMacros_8h.html>`_.