StackOverflow Questions for Tag: clang-ast-matchers

Chris
Chris

Reputation: 484

Matching sugared QualType of a template parameter in a varDecl()

Score: 2

Views: 62

Answers: 1

Read More
LunaticJape
LunaticJape

Reputation: 1584

How to match std::stringstream through AST?

Score: 1

Views: 59

Answers: 1

Read More
Robert Ankeney
Robert Ankeney

Reputation: 93

How do I find setter and getter methods using Clang AST matchers?

Score: -4

Views: 59

Answers: 1

Read More
LunaticJape
LunaticJape

Reputation: 1584

How to get the member function that contains a specific varDeclRef through AST?

Score: 1

Views: 32

Answers: 0

Read More
cardigan
cardigan

Reputation: 23

How to Exclude Tagless Structs Using ASTMatcher?

Score: 2

Views: 56

Answers: 2

Read More
Mike van Dyke
Mike van Dyke

Reputation: 2868

Is it possible to traverse only a subtree of the AST with RecursiveASTVisitor

Score: 1

Views: 126

Answers: 1

Read More
Benjamin Bihler
Benjamin Bihler

Reputation: 2059

How to get the source location for a ref qualifier when writing clang-tidy checks and fixes?

Score: 2

Views: 59

Answers: 1

Read More
Mike Crowe
Mike Crowe

Reputation: 706

Matching multiple arguments to a particular function individually with Clang AST matcher

Score: 2

Views: 639

Answers: 1

Read More
LunaticJape
LunaticJape

Reputation: 1584

Rewrite a c++ variable declaration code through AST

Score: -1

Views: 125

Answers: 1

Read More
johnco3
johnco3

Reputation: 2642

Writing AST Matchers for a libTooling code transformer tool

Score: 0

Views: 130

Answers: 0

Read More
Gruber
Gruber

Reputation: 59

Clang AST: VarDecl (global variables) and DeclStmt

Score: 1

Views: 469

Answers: 1

Read More
Rahn
Rahn

Reputation: 5405

clang-tidy check: write a matcher to match consective if-else-if statement?

Score: 0

Views: 161

Answers: 1

Read More
Rahn
Rahn

Reputation: 5405

How do I match a for loop with vector declaring in it's body?

Score: 8

Views: 163

Answers: 1

Read More
Fanke Tong
Fanke Tong

Reputation: 13

What's the difference between Clang invoked by Bash and the ClangTool?

Score: 1

Views: 191

Answers: 1

Read More
Jared Hoberock
Jared Hoberock

Reputation: 11406

How to find the clang::SourceRange of a deleted function?

Score: 2

Views: 91

Answers: 1

Read More
Jared Hoberock
Jared Hoberock

Reputation: 11406

How to find SourceLocation of the outer template parameter list of a class template member function definition?

Score: 3

Views: 120

Answers: 1

Read More
Linc Ghibling
Linc Ghibling

Reputation: 31

How to see all UnresolvedLookupExpr node in Clang AST

Score: 3

Views: 110

Answers: 0

Read More
johnco3
johnco3

Reputation: 2642

Writing AST Matcher expressions using an AST tree dump as a guide

Score: 0

Views: 784

Answers: 1

Read More
zcfh
zcfh

Reputation: 121

Can Clang AST get the virtual function table?

Score: 1

Views: 249

Answers: 1

Read More
maarten
maarten

Reputation: 376

How to match a struct member access using clang AST matcher?

Score: 1

Views: 396

Answers: 1

Read More
PreviousPage 1Next