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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp297 QualType &CurrentObjectType,
306 QualType CurrentObjectType,
728 QualType CurrentObjectType = StructuredList->getType(); local
730 CurrentObjectType->isArrayType()? 0 :
731 CurrentObjectType->isVectorType()? 1 :
732 CurrentObjectType->isScalarType()? 2 :
733 CurrentObjectType->isUnionType()? 3 :
1678 /// @param CurrentObjectType The type of the "current object" (C99 6.7.8p17),
1702 QualType &CurrentObjectType,
1720 CheckSubElementType(Entity, IList, CurrentObjectType, Inde
1698 CheckDesignatedInitializer(const InitializedEntity &Entity, InitListExpr *IList, DesignatedInitExpr *DIE, unsigned DesigIdx, QualType &CurrentObjectType, RecordDecl::field_iterator *NextField, llvm::APSInt *NextElementIndex, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex, bool FinishSubobjectInit, bool TopLevelObject) argument
1765 << SemaRef.getLangOpts().CPlusPlus << CurrentObjectType; local
1833 << FieldName << CurrentObjectType; local
2217 getStructuredSubobjectInit(InitListExpr *IList, unsigned Index, QualType CurrentObjectType, InitListExpr *StructuredList, unsigned StructuredIndex, SourceRange InitRange) argument
[all...]

Completed in 102 milliseconds