Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp3365 auto numProperties = Properties.size(); in GeneratePropertyList() local
3367 if (numProperties == 0) in GeneratePropertyList()
3372 auto properties = PushPropertyListHeader(propertyList, numProperties); in GeneratePropertyList()