Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp71 #define MAP(DeclType, Category) \ in categorize() argument
/external/clang/lib/Sema/
DSemaInit.cpp792 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
802 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1033 QualType &DeclType, in CheckListElementTypes()
1251 InitListExpr *IList, QualType DeclType, in CheckComplexType()
1287 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1358 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1414 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1569 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1738 const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, in CheckStructUnionTypes()
6239 QualType DeclType = Entity.getType(); in Perform() local
DSemaType.cpp2920 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetDeclSpecTypeForDeclarator() local
3024 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
3812 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
DSemaExpr.cpp5041 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp973 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
983 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
1261 QualType &DeclType, in CheckListElementTypes()
1484 InitListExpr *IList, QualType DeclType, in CheckComplexType()
1520 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1598 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1653 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1828 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
2007 const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, in CheckStructUnionTypes()
7947 QualType DeclType = Entity.getType(); in Perform() local
DSemaType.cpp3579 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
4746 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
5438 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator() local
DSemaOverload.cpp4609 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
4725 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
DSemaDeclCXX.cpp7289 QualType DeclType = Context.getTypeDeclType(RD); in CheckExplicitlyDefaultedSpecialMember() local
DSemaExpr.cpp6129 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local
/external/clang/include/clang/AST/
DDeclTemplate.h645 typedef EntryType DeclType; typedef
DDeclObjC.h734 QualType DeclType; variable
DDecl.h592 QualType DeclType; variable
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h767 using DeclType = EntryType; member
DDeclObjC.h763 QualType DeclType; variable
DDecl.h635 QualType DeclType; variable
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp474 const std::string &Prefix, const char *DeclType, in installDeclarationName()