Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h141 void recordObjCMethods(ObjCContainerRecord *Container,
1002 getDerivedExtractAPIVisitor().recordObjCMethods(ObjCInterfaceRecord, in VisitObjCInterfaceDecl()
1041 getDerivedExtractAPIVisitor().recordObjCMethods(ObjCProtocolRecord, in VisitObjCProtocolDecl()
1141 getDerivedExtractAPIVisitor().recordObjCMethods(ObjCCategoryRecord, in VisitObjCCategoryDecl()
1286 void ExtractAPIVisitorBase<Derived>::recordObjCMethods( in recordObjCMethods() function