Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td104 def ObjCTypeParamType : TypeNode<Type>, NeverCanonical;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp723 ObjCTypeParamType::ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, in ObjCTypeParamType() function in ObjCTypeParamType
1258 QualType VisitObjCTypeParamType(const ObjCTypeParamType *OTPTy) { in VisitObjCTypeParamType()
3724 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
3735 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
H A DASTStructuralEquivalence.cpp1156 const auto *Obj1 = cast<ObjCTypeParamType>(T1); in IsStructurallyEquivalent()
1157 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1754 void TypePrinter::printObjCTypeParamBefore(const ObjCTypeParamType *T, in printObjCTypeParamBefore()
1773 void TypePrinter::printObjCTypeParamAfter(const ObjCTypeParamType *T, in printObjCTypeParamAfter()
H A DODRHash.cpp950 void VisitObjCTypeParamType(const ObjCTypeParamType *T) { in VisitObjCTypeParamType()
H A DASTContext.cpp2321 return getTypeInfo(cast<ObjCTypeParamType>(T)->desugar().getTypePtr()); in getTypeInfoImpl()
5169 if (const auto *objT = dyn_cast<ObjCTypeParamType>(type.getTypePtr())) { in applyObjCProtocolQualifiers()
5239 ObjCTypeParamType::Profile(ID, Decl, Decl->getUnderlyingType(), protocols); in getObjCTypeParamType()
5241 if (ObjCTypeParamType *TypeParam = in getObjCTypeParamType()
5255 unsigned size = sizeof(ObjCTypeParamType); in getObjCTypeParamType()
5258 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); in getObjCTypeParamType()
5269 auto NewTypeParamTy = cast<ObjCTypeParamType>(New->getTypeForDecl()); in adjustObjCTypeParamBoundType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h5743 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 DTypeProperties.td849 let Class = ObjCTypeParamType in {
H A DRecursiveASTVisitor.h1056 DEF_TRAVERSE_TYPE(ObjCTypeParamType, {})
1343 DEF_TRAVERSE_TYPELOC(ObjCTypeParamType, {})
H A DTypeLoc.h750 ObjCTypeParamType,
H A DASTContext.h219 mutable llvm::FoldingSet<ObjCTypeParamType> ObjCTypeParamTypes;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h201 llvm::DIType *CreateType(const ObjCTypeParamType *Ty, llvm::DIFile *Unit);
H A DCGDebugInfo.cpp2519 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType()
3316 return CreateType(cast<ObjCTypeParamType>(Ty), Unit); in CreateTypeNode()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp720 bool VisitObjCTypeParamType(const ObjCTypeParamType *Type) { in isObjCTypeParamDependent()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7192 if (isa<ObjCTypeParamType>(type)) { in checkObjCKindOfType()
H A DTreeTransform.h6984 const ObjCTypeParamType *T = TL.getTypePtr(); in TransformObjCTypeParamType()