Searched defs:DeclType (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 543 typedef EntryType DeclType; typedef 557 typedef _DeclType DeclType; typedef
|
D | DeclObjC.h | 1987 TypeSourceInfo *DeclType; variable
|
D | Decl.h | 447 QualType DeclType; variable
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 494 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
|
D | SemaType.cpp | 2042 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
|
D | SemaOverload.cpp | 4023 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 4149 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
|