Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h308 void dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1463 ArrayRef<ObjCTypeParamDecl *> typeParams, in ObjCTypeParamList()
1472 ArrayRef<ObjCTypeParamDecl *> typeParams, in create()
H A DType.cpp1641 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow() local
H A DASTContext.cpp9123 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp159 void AddObjCTypeParamList(ObjCTypeParamList *typeParams) { in AddObjCTypeParamList()
H A DASTReaderDecl.cpp1100 SmallVector<ObjCTypeParamDecl *, 4> typeParams; in ReadObjCTypeParamList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp432 SmallVector<Decl *, 4> typeParams; in parseObjCTypeParamListOrProtocolRefs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1441 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
H A DSemaType.cpp855 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs() local