Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h543 typedef EntryType DeclType; typedef
557 typedef _DeclType DeclType; typedef
DDeclObjC.h1987 TypeSourceInfo *DeclType; variable
DDecl.h447 QualType DeclType; variable
/external/clang/lib/Sema/
DSemaInit.cpp494 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
504 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
672 QualType &DeclType, in CheckListElementTypes()
860 InitListExpr *IList, QualType DeclType, in CheckComplexType()
897 InitListExpr *IList, QualType DeclType, in CheckScalarType()
967 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1024 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1139 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1307 QualType DeclType, in CheckStructUnionTypes()
4885 QualType DeclType = Entity.getType(); in Perform() local
DSemaType.cpp2042 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetDeclSpecTypeForDeclarator() local
2156 DeclaratorChunk &DeclType) { in checkQualifiedFunction()
2191 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
2316 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
DSemaOverload.cpp4023 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
4149 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()