clang: include/clang/AST/Randstruct.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14#ifndef LLVM_CLANG_AST_RANDSTRUCT_H
15#define LLVM_CLANG_AST_RANDSTRUCT_H
16
17namespace llvm {
19}
20
22
26
33}
34
35#endif
Holds long-lived AST nodes (such as types and decls) that can be referred to throughout the semantic ...
Decl - This represents one declaration (or definition), e.g.
Represents a struct/union/class.
Definition Randstruct.h:18
Definition Randstruct.h:27
bool randomizeStructureLayout(const ASTContext &Context, RecordDecl *RD, llvm::SmallVectorImpl< Decl * > &FinalOrdering)
The JSON file list parser is used to communicate input to InstallAPI.
Diagnostic wrappers for TextAPI types for error reporting.