Searched refs:ObjCTypeParamType (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 104 def ObjCTypeParamType : TypeNode<Type>, NeverCanonical;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 723 ObjCTypeParamType::ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, in ObjCTypeParamType() function in ObjCTypeParamType 1258 QualType VisitObjCTypeParamType(const ObjCTypeParamType *OTPTy) { in VisitObjCTypeParamType() 3729 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 3740 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
|
| H A D | ASTStructuralEquivalence.cpp | 1157 const auto *Obj1 = cast<ObjCTypeParamType>(T1); in IsStructurallyEquivalent() 1158 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1759 void TypePrinter::printObjCTypeParamBefore(const ObjCTypeParamType *T, in printObjCTypeParamBefore() 1778 void TypePrinter::printObjCTypeParamAfter(const ObjCTypeParamType *T, in printObjCTypeParamAfter()
|
| H A D | ODRHash.cpp | 950 void VisitObjCTypeParamType(const ObjCTypeParamType *T) { in VisitObjCTypeParamType()
|
| H A D | ASTContext.cpp | 2336 return getTypeInfo(cast<ObjCTypeParamType>(T)->desugar().getTypePtr()); in getTypeInfoImpl() 5184 if (const auto *objT = dyn_cast<ObjCTypeParamType>(type.getTypePtr())) { in applyObjCProtocolQualifiers() 5254 ObjCTypeParamType::Profile(ID, Decl, Decl->getUnderlyingType(), protocols); in getObjCTypeParamType() 5256 if (ObjCTypeParamType *TypeParam = in getObjCTypeParamType() 5270 unsigned size = sizeof(ObjCTypeParamType); in getObjCTypeParamType() 5273 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); in getObjCTypeParamType() 5284 auto NewTypeParamTy = cast<ObjCTypeParamType>(New->getTypeForDecl()); in adjustObjCTypeParamBoundType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 5743 class ObjCTypeParamType : public Type, 5744 public ObjCProtocolQualifiers<ObjCTypeParamType>, 5747 friend class ObjCProtocolQualifiers<ObjCTypeParamType>; 5769 ObjCTypeParamType(const ObjCTypeParamDecl *D, 6001 inline ObjCProtocolDecl **ObjCTypeParamType::getProtocolStorageImpl() { 6003 static_cast<ObjCTypeParamType*>(this)+1);
|
| H A D | TypeProperties.td | 849 let Class = ObjCTypeParamType in {
|
| H A D | RecursiveASTVisitor.h | 1054 DEF_TRAVERSE_TYPE(ObjCTypeParamType, {}) 1341 DEF_TRAVERSE_TYPELOC(ObjCTypeParamType, {})
|
| H A D | TypeLoc.h | 750 ObjCTypeParamType,
|
| H A D | ASTContext.h | 220 mutable llvm::FoldingSet<ObjCTypeParamType> ObjCTypeParamTypes;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 201 llvm::DIType *CreateType(const ObjCTypeParamType *Ty, llvm::DIFile *Unit);
|
| H A D | CGDebugInfo.cpp | 2500 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType() 3298 return CreateType(cast<ObjCTypeParamType>(Ty), Unit); in CreateTypeNode()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 720 bool VisitObjCTypeParamType(const ObjCTypeParamType *Type) { in isObjCTypeParamDependent()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7225 if (isa<ObjCTypeParamType>(type)) { in checkObjCKindOfType()
|
| H A D | TreeTransform.h | 7007 const ObjCTypeParamType *T = TL.getTypePtr(); in TransformObjCTypeParamType()
|