Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 357 QualType &CurrentObjectType, 366 QualType CurrentObjectType, 374 InitListExpr *createInitListExpr(QualType CurrentObjectType, 2404 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument 2445 CheckSubElementType(Entity, IList, CurrentObjectType, Index, StructuredList, in CheckDesignatedInitializer() 2472 IList, Index, CurrentObjectType, StructuredList, StructuredIndex, in CheckDesignatedInitializer() 2525 const RecordType *RT = CurrentObjectType->getAs<RecordType>(); in CheckDesignatedInitializer() 2532 << SemaRef.getLangOpts().CPlusPlus << CurrentObjectType; in CheckDesignatedInitializer() 2582 << FieldName << CurrentObjectType); in CheckDesignatedInitializer() 2588 << FieldName << CurrentObjectType; in CheckDesignatedInitializer() [all …]
|