Home
last modified time | relevance | path

Searched defs:DeclType (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp992 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
1002 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1016 RecordDecl *InitListChecker::getRecordDecl(QualType DeclType) { in getRecordDecl()
1301 QualType &DeclType, in CheckListElementTypes()
1564 InitListExpr *IList, QualType DeclType, in CheckComplexType()
1600 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1683 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1740 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1917 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
2107 const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, in CheckStructUnionTypes()
[all …]
H A DSemaType.cpp3886 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
5083 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
5817 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator() local
H A DSemaOverload.cpp4886 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
5002 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
H A DSemaDeclCXX.cpp7733 QualType DeclType = Context.getTypeDeclType(RD); in CheckExplicitlyDefaultedSpecialMember() local
H A DSemaExpr.cpp6942 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h754 using DeclType = EntryType; member
H A DDeclObjC.h743 QualType DeclType; variable
H A DDecl.h707 QualType DeclType; variable