| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3678 SourceRange ParenRange(DeclType.Loc, DeclType.EndLoc); in warnAboutAmbiguousFunction() 3680 S.Diag(DeclType.Loc, in warnAboutAmbiguousFunction() 4831 DeclType.EndLoc, DeclType.getAttrs(), in GetFullTypeForDeclarator() 4840 T = S.BuildQualifiedType(T, DeclType.Loc, DeclType.Cls.TypeQuals); in GetFullTypeForDeclarator() 4854 DeclType.EndLoc, DeclType.getAttrs(), in GetFullTypeForDeclarator() 4860 T = S.BuildQualifiedType(T, DeclType.Loc, DeclType.Ptr.TypeQuals); in GetFullTypeForDeclarator() 4877 T = S.BuildQualifiedType(T, DeclType.Loc, DeclType.Ptr.TypeQuals); in GetFullTypeForDeclarator() 4887 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name); in GetFullTypeForDeclarator() 4968 SourceRange(DeclType.Loc, DeclType.EndLoc), Name); in GetFullTypeForDeclarator() 5419 DeclType.EndLoc, DeclType.getAttrs(), in GetFullTypeForDeclarator() [all …]
|
| H A D | SemaInit.cpp | 377 int numArrayElements(QualType DeclType); 1286 } else if (DeclType->isScalarType()) { in CheckListElementTypes() 1289 } else if (DeclType->isVectorType()) { in CheckListElementTypes() 1292 } else if (DeclType->isRecordType()) { in CheckListElementTypes() 1293 assert(DeclType->isAggregateType() && in CheckListElementTypes() 1304 } else if (DeclType->isArrayType()) { in CheckListElementTypes() 1311 } else if (DeclType->isVoidType() || DeclType->isFunctionType()) { in CheckListElementTypes() 1316 << DeclType; in CheckListElementTypes() 1333 << DeclType; in CheckListElementTypes() 1589 << DeclType->isSizelessBuiltinType() << DeclType in CheckScalarType() [all …]
|
| H A D | SemaOverload.cpp | 4612 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() argument 4638 if (!ConvTemplate && DeclType->isRValueReferenceType()) { in FindConversionForRefInit() 4651 DeclType.getNonReferenceType().getUnqualifiedType()) == in FindConversionForRefInit() 4673 Conv, I.getPair(), ActingDC, Init, DeclType, CandidateSet, in FindConversionForRefInit() 4728 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit() argument 4736 ICS.setBad(BadConversionSequence::no_conversion, Init, DeclType); in TryReferenceInit() 4738 QualType T1 = DeclType->castAs<ReferenceType>()->getPointeeType(); in TryReferenceInit() 4752 bool isRValRef = DeclType->isRValueReferenceType(); in TryReferenceInit() 4829 if (FindConversionForRefInit(S, ICS, DeclType, DeclLoc, in TryReferenceInit() 4876 FindConversionForRefInit(S, ICS, DeclType, DeclLoc, in TryReferenceInit() [all …]
|
| H A D | SemaDeclCXX.cpp | 7367 QualType DeclType = Context.getTypeDeclType(RD); in CheckExplicitlyDefaultedSpecialMember() local 7368 DeclType = Context.getAddrSpaceQualType(DeclType, MD->getMethodQualifiers().getAddressSpace()); in CheckExplicitlyDefaultedSpecialMember() 7369 QualType ExpectedReturnType = Context.getLValueReferenceType(DeclType); in CheckExplicitlyDefaultedSpecialMember()
|
| H A D | SemaExpr.cpp | 6205 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local 6206 const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(DeclType); in rewriteBuiltinFunctionDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 768 using DeclType = EntryType; member 770 static DeclType *getDecl(EntryType *D) { in getDecl() 780 typename DeclType = typename SETraits::DeclType> 783 SpecIterator<EntryType, SETraits, DeclType>, 787 DeclType *, ptrdiff_t, DeclType *, DeclType *> { 793 DeclType *operator*() const { 797 DeclType *operator->() const { return **this; } 809 typename SpecEntryTraits<EntryType>::DeclType* 961 using DeclType = FunctionDecl; 963 static DeclType *getDecl(FunctionTemplateSpecializationInfo *I) {
|
| H A D | DeclObjC.h | 743 QualType DeclType; variable 776 LParenLoc(LParenLocation), DeclType(T), DeclTypeSourceInfo(TSI), in ObjCPropertyDecl() 801 QualType getType() const { return DeclType; } in getType() 804 DeclType = T; in setType()
|
| H A D | Decl.h | 675 QualType DeclType; variable 682 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 685 QualType getType() const { return DeclType; } in getType() 686 void setType(QualType newType) { DeclType = newType; } in setType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 297 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
|
| H A D | DeclObjC.cpp | 2295 return DeclType.substObjCMemberType(objectType, getDeclContext(), in getUsageType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 194 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
|