Searched refs:SynthesizeIvarChunk (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1654 struct SynthesizeIvarChunk { struct in namespace:__anon286
1658 SynthesizeIvarChunk(uint64_t size, ObjCIvarDecl *ivar) function in struct:__anon286::SynthesizeIvarChunk
1662 bool operator<(const SynthesizeIvarChunk & LHS,
1663 const SynthesizeIvarChunk &RHS) {
1720 SmallVector<SynthesizeIvarChunk, 16> layout;
1723 layout.push_back(SynthesizeIvarChunk(

Completed in 178 milliseconds