Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp343 TypeParamList = TPL; in setTypeParamList()
347 for (auto *typeParam : *TypeParamList) in setTypeParamList()
2179 TypeParamList = TPL; in setTypeParamList()
2183 for (auto *typeParam : *TypeParamList) in setTypeParamList()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1225 ObjCTypeParamList *TypeParamList = nullptr; variable
1293 return TypeParamList; in getTypeParamListAsWritten()
2317 ObjCTypeParamList *TypeParamList = nullptr; variable
2362 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp768 AddObjCTypeParamList(D->TypeParamList); in VisitObjCInterfaceDecl()
858 AddObjCTypeParamList(D->TypeParamList); in VisitObjCCategoryDecl()
H A DASTReaderDecl.cpp1257 ID->TypeParamList = ReadObjCTypeParamList(); in VisitObjCInterfaceDecl()
1407 CD->TypeParamList = ReadObjCTypeParamList(); in VisitObjCCategoryDecl()