Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3362 auto numProperties = Properties.size(); in GeneratePropertyList() local
3364 if (numProperties == 0) in GeneratePropertyList()
3369 auto properties = PushPropertyListHeader(propertyList, numProperties); in GeneratePropertyList()