Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaInit.cpp | 297 QualType &CurrentObjectType, 306 QualType CurrentObjectType, 940 QualType CurrentObjectType = StructuredList->getType(); in CheckExplicitInitList() local 942 CurrentObjectType->isArrayType()? 0 : in CheckExplicitInitList() 943 CurrentObjectType->isVectorType()? 1 : in CheckExplicitInitList() 944 CurrentObjectType->isScalarType()? 2 : in CheckExplicitInitList() 945 CurrentObjectType->isUnionType()? 3 : in CheckExplicitInitList() 1960 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument 1978 CheckSubElementType(Entity, IList, CurrentObjectType, Index, in CheckDesignatedInitializer() 2008 getStructuredSubobjectInit(IList, Index, CurrentObjectType, in CheckDesignatedInitializer() [all …]
|