Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h375 void dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1514 ArrayRef<ObjCTypeParamDecl *> typeParams, in ObjCTypeParamList()
1523 ArrayRef<ObjCTypeParamDecl *> typeParams, in create()
H A DType.cpp1770 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow() local
H A DASTContext.cpp10453 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp166 void AddObjCTypeParamList(ObjCTypeParamList *typeParams) { in AddObjCTypeParamList()
H A DASTReaderDecl.cpp1220 SmallVector<ObjCTypeParamDecl *, 4> typeParams; in ReadObjCTypeParamList() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp470 SmallVector<Decl *, 4> typeParams; in parseObjCTypeParamListOrProtocolRefs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp524 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs() local
H A DSemaDeclObjC.cpp1452 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers() local