Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h136 void recordObjCMethods(ObjCContainerRecord *Container,
1046 getDerivedExtractAPIVisitor().recordObjCMethods(InterfaceRecord, in VisitObjCInterfaceDecl()
1087 getDerivedExtractAPIVisitor().recordObjCMethods(ProtoRecord, Decl->methods()); in VisitObjCProtocolDecl()
1189 getDerivedExtractAPIVisitor().recordObjCMethods(CategoryRecord, in VisitObjCCategoryDecl()
1330 void ExtractAPIVisitorBase<Derived>::recordObjCMethods( in recordObjCMethods() function