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

NameValueComment
TK_AsIs0Will traverse all child nodes.
TK_IgnoreUnlessSpelledInSource1Ignore AST nodes not written in the source