Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7591 QualType EntityType,
9724 QualType EntityType, in DiagnoseNarrowingInInitList() argument
9768 QualType T = EntityType.getNonReferenceType(); in DiagnoseNarrowingInInitList()
9769 MakeDiag(T != EntityType, diag::ext_init_list_type_narrowing, in DiagnoseNarrowingInInitList()
9779 MakeDiag(EntityType.getNonReferenceType() != EntityType, in DiagnoseNarrowingInInitList()
9784 << EntityType.getNonReferenceType().getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
9790 MakeDiag(EntityType.getNonReferenceType() != EntityType, in DiagnoseNarrowingInInitList()
9795 << EntityType.getNonReferenceType().getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
9803 if (const TypedefType *TT = EntityType->getAs<TypedefType>()) { in DiagnoseNarrowingInInitList()
9810 } else if (const BuiltinType *BT = EntityType->getAs<BuiltinType>()) in DiagnoseNarrowingInInitList()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c421 enum EntityType { enum
434 enum EntityType type;
503 XML_Bool betweenDecl, enum EntityType type);
6277 enum EntityType type) {