Home
last modified time | relevance | path

Searched refs:ObjCTypeParamType (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td106 def ObjCTypeParamType : TypeNode<Type>, NeverCanonical;
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp727 ObjCTypeParamType::ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, in ObjCTypeParamType() function in ObjCTypeParamType
1269 QualType VisitObjCTypeParamType(const ObjCTypeParamType *OTPTy) { in VisitObjCTypeParamType()
3884 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
3895 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
H A DASTStructuralEquivalence.cpp1218 const auto *Obj1 = cast<ObjCTypeParamType>(T1); in IsStructurallyEquivalent()
1219 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1832 void TypePrinter::printObjCTypeParamBefore(const ObjCTypeParamType *T, in printObjCTypeParamBefore()
1851 void TypePrinter::printObjCTypeParamAfter(const ObjCTypeParamType *T, in printObjCTypeParamAfter()
H A DODRHash.cpp1105 void VisitObjCTypeParamType(const ObjCTypeParamType *T) { in VisitObjCTypeParamType()
H A DASTContext.cpp2375 return getTypeInfo(cast<ObjCTypeParamType>(T)->desugar().getTypePtr()); in getTypeInfoImpl()
5389 if (const auto *objT = dyn_cast<ObjCTypeParamType>(type.getTypePtr())) { in applyObjCProtocolQualifiers()
5459 ObjCTypeParamType::Profile(ID, Decl, Decl->getUnderlyingType(), protocols); in getObjCTypeParamType()
5461 if (ObjCTypeParamType *TypeParam = in getObjCTypeParamType()
5475 unsigned size = sizeof(ObjCTypeParamType); in getObjCTypeParamType()
5478 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); in getObjCTypeParamType()
5489 auto NewTypeParamTy = cast<ObjCTypeParamType>(New->getTypeForDecl()); in adjustObjCTypeParamBoundType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h5951 class ObjCTypeParamType : public Type,
5952 public ObjCProtocolQualifiers<ObjCTypeParamType>,
5955 friend class ObjCProtocolQualifiers<ObjCTypeParamType>;
5977 ObjCTypeParamType(const ObjCTypeParamDecl *D,
6208 inline ObjCProtocolDecl **ObjCTypeParamType::getProtocolStorageImpl() {
6210 static_cast<ObjCTypeParamType*>(this)+1);
H A DTypeProperties.td889 let Class = ObjCTypeParamType in {
H A DRecursiveASTVisitor.h1135 DEF_TRAVERSE_TYPE(ObjCTypeParamType, {})
1426 DEF_TRAVERSE_TYPELOC(ObjCTypeParamType, {
H A DTypeLoc.h759 ObjCTypeParamType,
H A DASTContext.h213 mutable llvm::FoldingSet<ObjCTypeParamType> ObjCTypeParamTypes;
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp718 bool VisitObjCTypeParamType(const ObjCTypeParamType *Type) { in isObjCTypeParamDependent()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h203 llvm::DIType *CreateType(const ObjCTypeParamType *Ty, llvm::DIFile *Unit);
H A DCGDebugInfo.cpp2637 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType()
3465 return CreateType(cast<ObjCTypeParamType>(Ty), Unit); in CreateTypeNode()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7475 if (isa<ObjCTypeParamType>(type)) { in checkObjCKindOfType()
H A DTreeTransform.h7219 const ObjCTypeParamType *T = TL.getTypePtr(); in TransformObjCTypeParamType()