Searched refs:CurrentObjectType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 427 QualType &CurrentObjectType, 436 QualType CurrentObjectType, 444 InitListExpr *createInitListExpr(QualType CurrentObjectType, 2764 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument 2794 AggrDeductionCandidateParamTypes->push_back(CurrentObjectType); in CheckDesignatedInitializer() 2811 CheckSubElementType(Entity, IList, CurrentObjectType, Index, StructuredList, in CheckDesignatedInitializer() 2838 IList, Index, CurrentObjectType, StructuredList, StructuredIndex, in CheckDesignatedInitializer() 2892 RecordDecl *RD = getRecordDecl(CurrentObjectType); in CheckDesignatedInitializer() 2899 << SemaRef.getLangOpts().CPlusPlus << CurrentObjectType; in CheckDesignatedInitializer() 2951 << FieldName << CurrentObjectType); in CheckDesignatedInitializer() [all …]
|