Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h546 typedef EntryType DeclType; typedef
560 typedef _DeclType DeclType; typedef
H A DDeclObjC.h2217 TypeSourceInfo *DeclType; variable
H A DDecl.h489 QualType DeclType; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp659 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements()
669 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements()
839 QualType &DeclType, in CheckListElementTypes()
1038 InitListExpr *IList, QualType DeclType, in CheckComplexType()
1075 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1146 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1202 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1357 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1527 QualType DeclType, in CheckStructUnionTypes()
5656 QualType DeclType = Entity.getType(); in Perform() local
H A DSemaType.cpp2245 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetDeclSpecTypeForDeclarator() local
2343 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction()
2556 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local
H A DSemaOverload.cpp4029 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit()
4157 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()