Searched refs:getASTObjCInterfaceLayout (Results 1 – 7 of 7) sorted by relevance
45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container); in LookupFieldBitOffset()
2176 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
1732 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
1722 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
2615 … const ASTRecordLayout &interface_layout = ast->getASTObjCInterfaceLayout(class_interface_decl); in GetObjCFieldAtIndex()3037 … const ASTRecordLayout &interface_layout = m_ast->getASTObjCInterfaceLayout(class_interface_decl); in GetChildClangTypeAtIndex()
1331 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
1666 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()2011 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext