Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3447 auto numProperties = Properties.size(); in GeneratePropertyList() local
3449 if (numProperties == 0) in GeneratePropertyList()
3454 auto properties = PushPropertyListHeader(propertyList, numProperties); in GeneratePropertyList()