Home
last modified time | relevance | path

Searched defs:typeParams (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h332 void dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp1463 ArrayRef<ObjCTypeParamDecl *> typeParams, in ObjCTypeParamList()
1472 ArrayRef<ObjCTypeParamDecl *> typeParams, in create()
DType.cpp1641 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow() local
DASTContext.cpp9157 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp161 void AddObjCTypeParamList(ObjCTypeParamList *typeParams) { in AddObjCTypeParamList()
DASTReaderDecl.cpp1102 SmallVector<ObjCTypeParamDecl *, 4> typeParams; in ReadObjCTypeParamList() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseObjc.cpp432 SmallVector<Decl *, 4> typeParams; in parseObjCTypeParamListOrProtocolRefs() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1441 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
DSemaType.cpp856 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs() local