Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h545 typedef EntryType DeclType; typedef
559 typedef _DeclType DeclType; typedef
DDeclObjC.h2013 TypeSourceInfo *DeclType; variable
DDecl.h464 QualType DeclType; variable
/external/clang/lib/Sema/
DSemaInit.cpp581 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
591 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
754 QualType &DeclType, in CheckListElementTypes()
943 InitListExpr *IList, QualType DeclType, in CheckComplexType()
980 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1050 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1107 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1222 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1391 QualType DeclType, in CheckStructUnionTypes()
5452 QualType DeclType = Entity.getType(); in Perform() local
DSemaType.cpp2176 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetDeclSpecTypeForDeclarator() local
2295 DeclaratorChunk &DeclType) { in checkQualifiedFunction()
2330 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
2495 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
DSemaOverload.cpp3990 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
4116 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()