Searched defs:getTypeParamList (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | DeclObjC.cpp | 322 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { getTypeParamList() function in ObjCInterfaceDecl |
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclObjC.h | 2374 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } getTypeParamList() function |