Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance
312 QualType &CurrentObjectType,1094 QualType CurrentObjectType = StructuredList->getType(); in CheckExplicitInitList() local1096 CurrentObjectType->isArrayType()? 0 : in CheckExplicitInitList()1097 CurrentObjectType->isVectorType()? 1 : in CheckExplicitInitList()1098 CurrentObjectType->isScalarType()? 2 : in CheckExplicitInitList()1099 CurrentObjectType->isUnionType()? 3 : in CheckExplicitInitList()2405 << FieldName << CurrentObjectType); in CheckDesignatedInitializer()2411 << FieldName << CurrentObjectType; in CheckDesignatedInitializer()2614 << CurrentObjectType; in CheckDesignatedInitializer()2838 QualType ResultType = CurrentObjectType; in getStructuredSubobjectInit()[all …]