Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 297 QualType &CurrentObjectType, 306 QualType CurrentObjectType, 944 QualType CurrentObjectType = StructuredList->getType(); in CheckExplicitInitList() local 946 CurrentObjectType->isArrayType()? 0 : in CheckExplicitInitList() 947 CurrentObjectType->isVectorType()? 1 : in CheckExplicitInitList() 948 CurrentObjectType->isScalarType()? 2 : in CheckExplicitInitList() 949 CurrentObjectType->isUnionType()? 3 : in CheckExplicitInitList() 1964 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument 1982 CheckSubElementType(Entity, IList, CurrentObjectType, Index, in CheckDesignatedInitializer() 2012 getStructuredSubobjectInit(IList, Index, CurrentObjectType, in CheckDesignatedInitializer() [all …]
|