clang 20.0.0git
|
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. | |
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.