clang 19.0.0git
Classes | Namespaces | Typedefs
SymbolOccurrences.h File Reference
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include <vector>

Go to the source code of this file.

Classes

class  clang::tooling::SymbolOccurrence
 An occurrence of a symbol in the source. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::tooling
 

Typedefs

using clang::tooling::SymbolOccurrences = std::vector< SymbolOccurrence >