|
clang
5.0.0
|
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/StmtVisitor.h"#include "clang/AST/TypeVisitor.h"Go to the source code of this file.
Classes | |
| class | ODRDeclVisitor |
| class | ODRTypeVisitor |
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.
1.8.6