Matching sugared QualType of a template parameter in a varDecl()...
Read MoreHow do I find setter and getter methods using Clang AST matchers?...
Read MoreHow to Exclude Tagless Structs Using ASTMatcher?...
Read MoreIs it possible to traverse only a subtree of the AST with RecursiveASTVisitor...
Read MoreHow to get the source location for a ref qualifier when writing clang-tidy checks and fixes?...
Read MoreMatching multiple arguments to a particular function individually with Clang AST matcher...
Read MoreRewrite a c++ variable declaration code through AST...
Read MoreClang AST: VarDecl (global variables) and DeclStmt...
Read Moreclang-tidy check: write a matcher to match consective if-else-if statement?...
Read MoreHow do I match a for loop with vector declaring in it's body?...
Read MoreWhat's the difference between Clang invoked by Bash and the ClangTool?...
Read MoreHow to find the clang::SourceRange of a deleted function?...
Read MoreHow to find SourceLocation of the outer template parameter list of a class template member function ...
Read MoreWriting AST Matcher expressions using an AST tree dump as a guide...
Read MoreHow to match a struct member access using clang AST matcher?...
Read MoreHow do I get clang-query or AST to recognize the underlying pair / type inside a map?...
Read MoreClang AST matching method call on class, derived class or typedef to either...
Read MoreClang AST: access member function templates from CXXRecordDecl...
Read MoreHow to reuse a clang AST matcher?...
Read MoreClang matcher that hasGlobalStorage but is non-static...
Read MoreClang AST Matcher's "AND" and "OR"...
Read MoreMatching variadic template arguments using an AST Matcher...
Read MoreHow to detect SEXP type by using clang-tool...
Read Moreclang-query: Examining name of template parameter of a function argument's type...
Read MoreClang MatchResult has no AST nodes bound?...
Read MoreClang AST Matchers: how to find function body from a function declaration?...
Read MoreEnable only syntactic parsing in clang...
Read MoreClang AST Match call to make_unique with specific class...
Read MoreReplace expression with macro using clang AST...
Read MoreASTMatcher for class instance with Initialization and the member function call...
Read More