enum TraversalKind
Description
Defines how we descend a level in the AST when we pass through expressions.
Declared at: clang/include/clang/AST/ASTTypeTraits.h:38
Enumerators
Name | Value | Comment |
---|---|---|
TK_AsIs | 0 | Will traverse all child nodes. |
TK_IgnoreUnlessSpelledInSource | 1 | Ignore AST nodes not written in the source |