Lines Matching refs:want
14 you want to use. Consider the other interfaces only when you have a good
24 * want to interface with clang from other languages than C++
26 * want powerful high-level abstractions, like iterating through an AST with a
27 cursor, and don't want to learn all the nitty gritty details of Clang's AST.
31 * want full control over the Clang AST
49 * want your tool to make or break a build
54 * want to run tools outside of your build environment
55 * want full control on how Clang is set up, including mapping of in-memory
72 * want to run tools over a single file, or a specific subset of files,
74 * want full control over the Clang AST
75 * want to share code with Clang Plugins
79 * want to run as part of the build triggered by dependency changes
80 * want a stable interface so you don't need to change your code when the AST API
82 * want high level abstractions like cursors and code completion out of the box
83 * do not want to write your tools in C++