Home
last modified time | relevance | path

Searched refs:ObjCTypeParamDecl (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h579 class ObjCTypeParamDecl : public TypedefNameDecl {
593 ObjCTypeParamDecl(ASTContext &ctx, DeclContext *dc, in ObjCTypeParamDecl() function
609 static ObjCTypeParamDecl *Create(ASTContext &ctx, DeclContext *dc,
665 ArrayRef<ObjCTypeParamDecl *> typeParams,
674 ArrayRef<ObjCTypeParamDecl *> typeParams,
678 using iterator = ObjCTypeParamDecl **;
680 iterator begin() { return getTrailingObjects<ObjCTypeParamDecl *>(); } in begin()
688 using const_iterator = ObjCTypeParamDecl * const *;
691 return getTrailingObjects<ObjCTypeParamDecl *>(); in begin()
698 ObjCTypeParamDecl *front() const { in front()
[all …]
H A DTextNodeDumper.h366 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
H A DASTContext.h124 class ObjCTypeParamDecl; variable
1614 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
1616 void adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig,
1617 ObjCTypeParamDecl *New) const;
H A DJSONNodeDumper.h257 void VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D);
H A DType.h121 class ObjCTypeParamDecl;
5752 ObjCTypeParamDecl *OTPDecl;
5769 ObjCTypeParamType(const ObjCTypeParamDecl *D,
5783 const ObjCTypeParamDecl *OTPDecl,
5787 ObjCTypeParamDecl *getDecl() const { return OTPDecl; }
H A DTypeLoc.h42 class ObjCTypeParamDecl; variable
758 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl()
H A DPropertiesBase.td99 SubclassPropertyType<"ObjCTypeParamDecl", DeclRef>;
H A DRecursiveASTVisitor.h1584 DEF_TRAVERSE_DECL(ObjCTypeParamDecl, {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1420 void ObjCTypeParamDecl::anchor() {} in anchor()
1422 ObjCTypeParamDecl *ObjCTypeParamDecl::Create(ASTContext &ctx, DeclContext *dc, in Create()
1431 new (ctx, dc) ObjCTypeParamDecl(ctx, dc, variance, varianceLoc, index, in Create()
1438 ObjCTypeParamDecl *ObjCTypeParamDecl::CreateDeserialized(ASTContext &ctx, in CreateDeserialized()
1440 return new (ctx, ID) ObjCTypeParamDecl(ctx, nullptr, in CreateDeserialized()
1446 SourceRange ObjCTypeParamDecl::getSourceRange() const { in getSourceRange()
1463 ArrayRef<ObjCTypeParamDecl *> typeParams, in ObjCTypeParamList()
1472 ArrayRef<ObjCTypeParamDecl *> typeParams, in create()
1475 ctx.Allocate(totalSizeToAlloc<ObjCTypeParamDecl *>(typeParams.size()), in create()
H A DType.cpp723 ObjCTypeParamType::ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, in ObjCTypeParamType()
727 OTPDecl(const_cast<ObjCTypeParamDecl *>(D)) { in ObjCTypeParamType()
1261 ObjCTypeParamDecl *typeParam = OTPTy->getDecl(); in VisitObjCTypeParamType()
3730 const ObjCTypeParamDecl *OTPDecl, in Profile()
H A DJSONNodeDumper.cpp976 void JSONNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl()
H A DTextNodeDumper.cpp2218 void TextNodeDumper::VisitObjCTypeParamDecl(const ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl()
H A DASTImporter.cpp524 ExpectedDecl VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
4371 ExpectedDecl ASTNodeImporter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl()
4390 ObjCTypeParamDecl *Result; in VisitObjCTypeParamDecl()
4989 SmallVector<ObjCTypeParamDecl *, 4> toTypeParams; in ImportObjCTypeParamList()
H A DASTContext.cpp5250 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType()
5280 void ASTContext::adjustObjCTypeParamBoundType(const ObjCTypeParamDecl *Orig, in adjustObjCTypeParamBoundType()
5281 ObjCTypeParamDecl *New) const { in adjustObjCTypeParamBoundType()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp721 if (isa<ObjCTypeParamDecl>(Type->getDecl())) { in isObjCTypeParamDependent()
847 for (ObjCTypeParamDecl *TypeParam : *TypeParams) { in checkPreObjCMessage()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp765 return ObjCTypeParamDecl::Create(Context, CurContext, variance, varianceLoc, in actOnObjCTypeParam()
775 ArrayRef<ObjCTypeParamDecl *> in actOnObjCTypeParamList()
777 reinterpret_cast<ObjCTypeParamDecl * const *>(typeParamsIn.data()), in actOnObjCTypeParamList()
784 llvm::SmallDenseMap<IdentifierInfo *, ObjCTypeParamDecl *> knownParams; in actOnObjCTypeParamList()
852 ObjCTypeParamDecl *prevTypeParam = prevTypeParams->begin()[i]; in checkTypeParamListConsistency()
853 ObjCTypeParamDecl *newTypeParam = newTypeParams->begin()[i]; in checkTypeParamListConsistency()
1031 SmallVector<ObjCTypeParamDecl *, 4> clonedTypeParams; in ActOnStartClassInterface()
1034 ObjCTypeParamDecl::Create( in ActOnStartClassInterface()
H A DTreeTransform.h780 QualType RebuildObjCTypeParamType(const ObjCTypeParamDecl *Decl,
7008 ObjCTypeParamDecl *OTP = cast_or_null<ObjCTypeParamDecl>( in TransformObjCTypeParamType()
14192 const ObjCTypeParamDecl *Decl, in RebuildObjCTypeParamType()
H A DSemaType.cpp921 ObjCTypeParamDecl *typeParam = nullptr; in applyObjCTypeArgs()
1044 QualType Sema::BuildObjCTypeParamType(const ObjCTypeParamDecl *Decl, in BuildObjCTypeParamType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp59 if (isa<ObjCTypeParamDecl>(D)) in isFunctionLocalSymbol()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp437 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
564 isa<ParmVarDecl>(D) || isa<ObjCTypeParamDecl>(D)) { in VisitDecl()
1082 void ASTDeclReader::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl()
1102 SmallVector<ObjCTypeParamDecl *, 4> typeParams; in ReadObjCTypeParamList()
1105 auto *typeParam = readDeclAs<ObjCTypeParamDecl>(); in ReadObjCTypeParamList()
4104 D = ObjCTypeParamDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
H A DASTWriterDecl.cpp140 void VisitObjCTypeParamDecl(ObjCTypeParamDecl *D);
731 void ASTDeclWriter::VisitObjCTypeParamDecl(ObjCTypeParamDecl *D) { in VisitObjCTypeParamDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9664 QualType BuildObjCTypeParamType(const ObjCTypeParamDecl *Decl,