Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1048 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
1058 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1072 RecordDecl *InitListChecker::getRecordDecl(QualType DeclType) { in getRecordDecl()
1357 QualType &DeclType, in CheckListElementTypes()
1640 InitListExpr *IList, QualType DeclType, in CheckComplexType()
1676 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1763 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1820 InitListExpr *IList, QualType DeclType, in CheckVectorType()
2030 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
2239 const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, in CheckStructUnionTypes()
[all …]
H A DSemaType.cpp3420 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
4596 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
5385 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator() local
H A DSemaOverload.cpp4913 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
5029 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
H A DSemaDeclCXX.cpp7621 QualType DeclType = Context.getTypeDeclType(RD); in CheckExplicitlyDefaultedSpecialMember() local
H A DSemaExpr.cpp6160 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h734 using DeclType = EntryType; member
H A DDeclObjC.h744 QualType DeclType; variable
H A DDecl.h668 QualType DeclType; variable