Searched refs:allProperties (Results 1 – 6 of 6) sorted by relevance
2195 const TestProperty allProperties[] = in iterate() local2222 for (int propNdx = 0; propNdx < DE_LENGTH_OF_ARRAY(allProperties); ++propNdx) in iterate()2224 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate()2225 allProperties[propNdx].validator->isSupported()) in iterate()2227 props.push_back(allProperties[propNdx].prop); in iterate()2228 validators.push_back(allProperties[propNdx].validator); in iterate()2255 const TestProperty allProperties[] = in iterate() local2274 for (int propNdx = 0; propNdx < DE_LENGTH_OF_ARRAY(allProperties); ++propNdx) in iterate()2276 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate()2277 allProperties[propNdx].validator->isSupported()) in iterate()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
325 SmallVector<Decl *, 16> allProperties; in ParseObjCInterfaceDeclList() local478 allProperties.push_back(Property); in ParseObjCInterfaceDeclList()