Searched refs:recordObjCInstanceVariables (Results 1 – 3 of 3) sorted by relevance
70 void recordObjCInstanceVariables(
140 void InstallAPIVisitor::recordObjCInstanceVariables( in recordObjCInstanceVariables() function in clang::installapi::InstallAPIVisitor193 recordObjCInstanceVariables(D->getASTContext(), Class, Class->getName(), in VisitObjCInterfaceDecl()211 recordObjCInstanceVariables(D->getASTContext(), CategoryRecord, InterfaceName, in VisitObjCCategoryDecl()
142 void recordObjCInstanceVariables(1050 getDerivedExtractAPIVisitor().recordObjCInstanceVariables(InterfaceRecord, in VisitObjCInterfaceDecl()1193 getDerivedExtractAPIVisitor().recordObjCInstanceVariables(CategoryRecord, in VisitObjCCategoryDecl()1421 void ExtractAPIVisitorBase<Derived>::recordObjCInstanceVariables( in recordObjCInstanceVariables() function