Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp383 QualType &CurrentObjectType,
392 QualType CurrentObjectType,
400 InitListExpr *createInitListExpr(QualType CurrentObjectType,
2686 QualType &CurrentObjectType, in CheckDesignatedInitializer() argument
2716 AggrDeductionCandidateParamTypes->push_back(CurrentObjectType); in CheckDesignatedInitializer()
2729 CheckSubElementType(Entity, IList, CurrentObjectType, Index, StructuredList, in CheckDesignatedInitializer()
2756 IList, Index, CurrentObjectType, StructuredList, StructuredIndex, in CheckDesignatedInitializer()
2810 RecordDecl *RD = getRecordDecl(CurrentObjectType); in CheckDesignatedInitializer()
2817 << SemaRef.getLangOpts().CPlusPlus << CurrentObjectType; in CheckDesignatedInitializer()
2869 << FieldName << CurrentObjectType); in CheckDesignatedInitializer()
[all …]