clang 17.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"
Include dependency graph for RecursiveSymbolVisitor.h:
This graph shows which files directly or indirectly include this file:

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.