Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp61 #define MAP(DeclType, Category) \ in categorize() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp975 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
985 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1275 QualType &DeclType, in CheckListElementTypes()
1513 InitListExpr *IList, QualType DeclType, in CheckComplexType()
1549 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1627 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1682 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1857 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
2032 const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, in CheckStructUnionTypes()
8077 QualType DeclType = Entity.getType(); in Perform() local
H A DSemaType.cpp3716 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
4899 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
5605 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator() local
H A DSemaOverload.cpp4620 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
4736 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
H A DSemaDeclCXX.cpp7472 QualType DeclType = Context.getTypeDeclType(RD); in CheckExplicitlyDefaultedSpecialMember() local
H A DSemaExpr.cpp6398 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h782 using DeclType = EntryType; member
H A DDeclObjC.h746 QualType DeclType; variable
H A DDecl.h675 QualType DeclType; variable