|
clang 22.0.0git
|
This file implements the ODRHash class, which calculates a hash based on AST nodes, which is stable across different runs. More...
#include "clang/AST/ODRHash.h"#include "clang/AST/DeclVisitor.h"#include "clang/AST/NestedNameSpecifier.h"#include "clang/AST/TypeVisitor.h"Go to the source code of this file.
This file implements the ODRHash class, which calculates a hash based on AST nodes, which is stable across different runs.
Definition in file ODRHash.cpp.