Home
last modified time | relevance | path

Searched defs:typeParamList (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1495 ObjCTypeParamList *typeParamList, in Create()
1518 ObjCTypeParamList *typeParamList, in ObjCInterfaceDecl()
2034 ObjCTypeParamList *typeParamList, in ObjCCategoryDecl()
2049 ObjCTypeParamList *typeParamList, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp805 void Sema::popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList) { in popObjCTypeParamList()
976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface()
1804 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1150 bool CursorVisitor::VisitObjCTypeParamList(ObjCTypeParamList *typeParamList) { in VisitObjCTypeParamList()