Searched refs:DeclType (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 251 InitListExpr *IList, QualType &DeclType, 263 InitListExpr *IList, QualType DeclType, 268 InitListExpr *IList, QualType DeclType, 273 InitListExpr *IList, QualType DeclType, 278 InitListExpr *IList, QualType DeclType, unsigned &Index, 282 InitListExpr *IList, QualType DeclType, 289 InitListExpr *IList, QualType &DeclType, 313 int numArrayElements(QualType DeclType); 314 int numStructUnionElements(QualType DeclType); 662 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements() argument [all …]
|
D | SemaType.cpp | 2265 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetDeclSpecTypeForDeclarator() local 2266 if (DeclType.Kind == DeclaratorChunk::Function) { in GetDeclSpecTypeForDeclarator() 2267 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun; in GetDeclSpecTypeForDeclarator() 2363 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction() argument 2364 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun; in warnAboutAmbiguousFunction() 2393 SourceRange ParenRange(DeclType.Loc, DeclType.EndLoc); in warnAboutAmbiguousFunction() 2395 S.Diag(DeclType.Loc, in warnAboutAmbiguousFunction() 2443 S.Diag(DeclType.Loc, diag::note_empty_parens_default_ctor) in warnAboutAmbiguousFunction() 2451 S.Diag(DeclType.Loc, diag::note_empty_parens_zero_initialize) in warnAboutAmbiguousFunction() 2596 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local [all …]
|
D | SemaOverload.cpp | 4046 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() argument 4081 if (!ConvTemplate && DeclType->isRValueReferenceType()) { in FindConversionForRefInit() 4093 DeclType.getNonReferenceType().getUnqualifiedType(), in FindConversionForRefInit() 4112 Init, DeclType, CandidateSet, in FindConversionForRefInit() 4116 DeclType, CandidateSet, in FindConversionForRefInit() 4171 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit() argument 4175 assert(DeclType->isReferenceType() && "Reference init needs a reference"); in TryReferenceInit() 4179 ICS.setBad(BadConversionSequence::no_conversion, Init, DeclType); in TryReferenceInit() 4181 QualType T1 = DeclType->getAs<ReferenceType>()->getPointeeType(); in TryReferenceInit() 4189 if (FunctionDecl *Fn = S.ResolveAddressOfOverloadedFunction(Init, DeclType, in TryReferenceInit() [all …]
|
D | SemaExpr.cpp | 4626 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local 4627 const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(DeclType); in rewriteBuiltinFunctionDecl()
|
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 546 typedef EntryType DeclType; typedef 548 static DeclType *getDecl(EntryType *D) { in getDecl() 557 typename DeclType = typename SETraits::DeclType> 560 SpecIterator<EntryType, SETraits, DeclType>, 564 DeclType *, ptrdiff_t, DeclType *, DeclType *> { 570 DeclType *operator*() const { 573 DeclType *operator->() const { return **this; } 582 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType* 727 typedef FunctionDecl DeclType; 729 static DeclType *getDecl(FunctionTemplateSpecializationInfo *I) {
|
D | DeclObjC.h | 2220 TypeSourceInfo *DeclType; variable 2237 LParenLoc(LParenLocation), DeclType(T), in ObjCPropertyDecl() 2262 TypeSourceInfo *getTypeSourceInfo() const { return DeclType; } in getTypeSourceInfo() 2263 QualType getType() const { return DeclType->getType(); } in getType() 2264 void setType(TypeSourceInfo *T) { DeclType = T; } in setType()
|
D | Decl.h | 529 QualType DeclType; variable 534 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 536 QualType getType() const { return DeclType; } in getType() 537 void setType(QualType newType) { DeclType = newType; } in setType()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 164 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 147 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
|