Searched refs:recordObjCInstanceVariables (Results 1 – 3 of 3) sorted by relevance
70 void recordObjCInstanceVariables(
139 void InstallAPIVisitor::recordObjCInstanceVariables( in recordObjCInstanceVariables() function in clang::installapi::InstallAPIVisitor192 recordObjCInstanceVariables(D->getASTContext(), Class, Class->getName(), in VisitObjCInterfaceDecl()210 recordObjCInstanceVariables(D->getASTContext(), CategoryRecord, InterfaceName, in VisitObjCCategoryDecl()
146 void recordObjCInstanceVariables(1092 getDerivedExtractAPIVisitor().recordObjCInstanceVariables(InterfaceRecord, in VisitObjCInterfaceDecl()1258 getDerivedExtractAPIVisitor().recordObjCInstanceVariables(CategoryRecord, in VisitObjCCategoryDecl()1486 void ExtractAPIVisitorBase<Derived>::recordObjCInstanceVariables( in recordObjCInstanceVariables() function