Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h546 typedef EntryType DeclType; typedef
560 typedef _DeclType DeclType; typedef
DDeclObjC.h2204 TypeSourceInfo *DeclType; variable
DDecl.h472 QualType DeclType; variable
/external/clang/lib/Sema/
DSemaInit.cpp655 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
665 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
835 QualType &DeclType, in CheckListElementTypes()
1025 InitListExpr *IList, QualType DeclType, in CheckComplexType()
1062 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1133 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1189 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1344 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1514 QualType DeclType, in CheckStructUnionTypes()
5662 QualType DeclType = Entity.getType(); in Perform() local
DSemaType.cpp2244 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetDeclSpecTypeForDeclarator() local
2341 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
2553 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
DSemaOverload.cpp4071 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
4199 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()