Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 301 QualType &CurrentObjectType, 310 QualType CurrentObjectType, 1003 QualType CurrentObjectType = StructuredList->getType(); in CheckExplicitInitList() local 1005 CurrentObjectType->isArrayType()? 0 : in CheckExplicitInitList() 1006 CurrentObjectType->isVectorType()? 1 : in CheckExplicitInitList() 1007 CurrentObjectType->isScalarType()? 2 : in CheckExplicitInitList() 1008 CurrentObjectType->isUnionType()? 3 : in CheckExplicitInitList() 2045 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument 2063 CheckSubElementType(Entity, IList, CurrentObjectType, Index, in CheckDesignatedInitializer() 2093 getStructuredSubobjectInit(IList, Index, CurrentObjectType, in CheckDesignatedInitializer() [all …]
|