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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2169 int superInstanceSize = !SuperClassDecl ? 0 : local
2174 instanceSize = 0 - (instanceSize - superInstanceSize);
2189 Offset = BaseOffset - superInstanceSize;

Completed in 638 milliseconds