Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3561 auto numProperties = Properties.size(); in GeneratePropertyList() local
3563 if (numProperties == 0) in GeneratePropertyList()
3568 auto properties = PushPropertyListHeader(propertyList, numProperties); in GeneratePropertyList()