clang 19.0.0git
Classes | Namespaces
ODRHash.h File Reference

This file contains the declaration of the ODRHash class, which calculates a hash based on AST nodes, which is stable across different runs. More...

#include "clang/AST/DeclarationName.h"
#include "clang/AST/Type.h"
#include "clang/AST/TemplateBase.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/SmallVector.h"

Go to the source code of this file.

Classes

class  clang::ODRHash
 

Namespaces

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

Detailed Description

This file contains the declaration of the ODRHash class, which calculates a hash based on AST nodes, which is stable across different runs.

Definition in file ODRHash.h.