Searched defs:DeclType (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1048 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 D | SemaType.cpp | 3420 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 D | SemaOverload.cpp | 4913 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 5029 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
|
H A D | SemaDeclCXX.cpp | 7621 QualType DeclType = Context.getTypeDeclType(RD); in CheckExplicitlyDefaultedSpecialMember() local
|
H A D | SemaExpr.cpp | 6160 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 734 using DeclType = EntryType; member
|
H A D | DeclObjC.h | 744 QualType DeclType; variable
|
H A D | Decl.h | 668 QualType DeclType; variable
|