Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container); in LookupFieldBitOffset()
DCGObjCGNU.cpp2176 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
DCGDebugInfo.cpp1732 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/external/clang/include/clang/AST/
DASTContext.h1722 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/external/lldb/source/Symbol/
DClangASTType.cpp2615 … const ASTRecordLayout &interface_layout = ast->getASTObjCInterfaceLayout(class_interface_decl); in GetObjCFieldAtIndex()
3037 … const ASTRecordLayout &interface_layout = m_ast->getASTObjCInterfaceLayout(class_interface_decl); in GetChildClangTypeAtIndex()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp1331 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
DASTContext.cpp1666 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2011 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext