Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaInit.cpp297 QualType &CurrentObjectType,
306 QualType CurrentObjectType,
728 QualType CurrentObjectType = StructuredList->getType(); in CheckExplicitInitList() local
730 CurrentObjectType->isArrayType()? 0 : in CheckExplicitInitList()
731 CurrentObjectType->isVectorType()? 1 : in CheckExplicitInitList()
732 CurrentObjectType->isScalarType()? 2 : in CheckExplicitInitList()
733 CurrentObjectType->isUnionType()? 3 : in CheckExplicitInitList()
1702 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument
1720 CheckSubElementType(Entity, IList, CurrentObjectType, Index, in CheckDesignatedInitializer()
1741 : getStructuredSubobjectInit(IList, Index, CurrentObjectType, in CheckDesignatedInitializer()
[all …]