reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1694     std::string className = classDecl->getNameAsString();
 1746     metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true));
 1799     if (classDecl->all_declared_ivar_begin() == nullptr)
 1803       for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
 1822       for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
 1837         std::string OffsetName = GetIVarOffsetVariableName(classDecl, IVD);
 1848              classDecl->getVisibility() == HiddenVisibility) ?
 1910     for (const auto *I : classDecl->protocols())
 1923     classFields.add(GeneratePropertyList(OID, classDecl));