clang 18.0.0git
Classes | Namespaces
RecursiveSymbolVisitor.h File Reference

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

#include "clang/AST/AST.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Lex/Lexer.h"

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
 
namespace  clang::tooling
 

Detailed Description

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

Definition in file RecursiveSymbolVisitor.h.