Home
last modified time | relevance | path

Searched refs:TypeParamList (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp330 TypeParamList = TPL; in setTypeParamList()
334 for (auto *typeParam : *TypeParamList) in setTypeParamList()
2030 TypeParamList = TPL; in setTypeParamList()
2034 for (auto *typeParam : *TypeParamList) in setTypeParamList()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1244 ObjCTypeParamList *TypeParamList = nullptr; variable
1312 return TypeParamList; in getTypeParamListAsWritten()
2285 ObjCTypeParamList *TypeParamList = nullptr; variable
2330 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp705 AddObjCTypeParamList(D->TypeParamList); in VisitObjCInterfaceDecl()
793 AddObjCTypeParamList(D->TypeParamList); in VisitObjCCategoryDecl()
H A DASTReaderDecl.cpp1119 ID->TypeParamList = ReadObjCTypeParamList(); in VisitObjCInterfaceDecl()
1224 CD->TypeParamList = ReadObjCTypeParamList(); in VisitObjCCategoryDecl()