|
clang
5.0.0
|
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 | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
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.
1.8.6