Home
last modified time | relevance | path

Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp297 QualType &CurrentObjectType,
306 QualType CurrentObjectType,
806 QualType CurrentObjectType = StructuredList->getType(); in CheckExplicitInitList() local
808 CurrentObjectType->isArrayType()? 0 : in CheckExplicitInitList()
809 CurrentObjectType->isVectorType()? 1 : in CheckExplicitInitList()
810 CurrentObjectType->isScalarType()? 2 : in CheckExplicitInitList()
811 CurrentObjectType->isUnionType()? 3 : in CheckExplicitInitList()
1814 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument
1832 CheckSubElementType(Entity, IList, CurrentObjectType, Index, in CheckDesignatedInitializer()
1853 : getStructuredSubobjectInit(IList, Index, CurrentObjectType, in CheckDesignatedInitializer()
[all …]