Searched refs:nonnullable (Results 1 – 4 of 4) sorted by relevance
194 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeMake()254 const Type& type = param->fType.nonnullable(); in writeConstructor()276 } else if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeConstructor()312 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeFields()
394 } else if (decl.fVar->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in getChildFPIndex()640 const Type& type = var.fType.nonnullable(); in is_accessible()1042 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeClone()1057 } else if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeClone()1273 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in generateCode()
1189 var->fType.nonnullable() != *fContext.fFragmentProcessor_Type && in convertIdentifier()
339 const Type& nonnullable() const { in nonnullable() function