|
clang 22.0.0git
|
Functions | |
| bool | randomizeStructureLayout (const ASTContext &Context, RecordDecl *RD, llvm::SmallVectorImpl< Decl * > &FinalOrdering) |
| bool clang::randstruct::randomizeStructureLayout | ( | const ASTContext & | Context, |
| RecordDecl * | RD, | ||
| llvm::SmallVectorImpl< Decl * > & | FinalOrdering ) |
Definition at line 173 of file Randstruct.cpp.
References clang::DeclContext::decls(), clang::NamedDecl::getNameAsString(), clang::RecordDecl::hasFlexibleArrayMember(), clang::isa(), and randomizeStructureLayout().
Referenced by clang::Sema::ActOnFields(), and randomizeStructureLayout().