Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 368 QualType &CurrentObjectType, 377 QualType CurrentObjectType, 385 InitListExpr *createInitListExpr(QualType CurrentObjectType, 2446 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument 2487 CheckSubElementType(Entity, IList, CurrentObjectType, Index, StructuredList, in CheckDesignatedInitializer() 2514 IList, Index, CurrentObjectType, StructuredList, StructuredIndex, in CheckDesignatedInitializer() 2567 const RecordType *RT = CurrentObjectType->getAs<RecordType>(); in CheckDesignatedInitializer() 2574 << SemaRef.getLangOpts().CPlusPlus << CurrentObjectType; in CheckDesignatedInitializer() 2624 << FieldName << CurrentObjectType); in CheckDesignatedInitializer() 2630 << FieldName << CurrentObjectType; in CheckDesignatedInitializer() [all …]
|