Searched defs:DeclType (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 545 typedef EntryType DeclType; typedef 559 typedef _DeclType DeclType; typedef
|
D | DeclObjC.h | 2013 TypeSourceInfo *DeclType; variable
|
D | Decl.h | 464 QualType DeclType; variable
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 581 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
|
D | SemaType.cpp | 2176 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
|
D | SemaOverload.cpp | 3990 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 4116 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
|