Home
last modified time | relevance | path

Searched refs:PostRandomizedFields (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp176 SmallVector<Decl *, 8> PostRandomizedFields; in randomizeStructureLayout() local
184 PostRandomizedFields.push_back(D); in randomizeStructureLayout()
214 llvm::append_range(FinalOrdering, PostRandomizedFields); in randomizeStructureLayout()