Searched defs:DeclType (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 546 typedef EntryType DeclType; typedef 560 typedef _DeclType DeclType; typedef
|
H A D | DeclObjC.h | 2217 TypeSourceInfo *DeclType; variable
|
H A D | Decl.h | 489 QualType DeclType; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 659 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 D | SemaType.cpp | 2245 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 D | SemaOverload.cpp | 4029 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 4157 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
|