clang 24.0.0git
RecursiveSymbolVisitor.h File Reference

A wrapper class around RecursiveASTVisitor that visits each occurrences of a named symbol. More...

Go to the source code of this file.

Classes

class  clang::tooling::RecursiveSymbolVisitor< T >
 Traverses the AST and visits the occurrence of each named symbol in the given nodes. More...

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.
namespace  clang::tooling

Detailed Description

A wrapper class around RecursiveASTVisitor that visits each occurrences of a named symbol.

Definition in file RecursiveSymbolVisitor.h.