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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container);
H A DCGDebugInfo.cpp1717 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID);
H A DCGObjCGNU.cpp2170 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
/external/clang/include/clang/AST/
H A DASTContext.h1702 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1323 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD);
H A DASTContext.cpp1654 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl());
1987 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { function in class:ASTContext
/external/lldb/source/Symbol/
H A DClangASTType.cpp2615 const ASTRecordLayout &interface_layout = ast->getASTObjCInterfaceLayout(class_interface_decl);
3037 const ASTRecordLayout &interface_layout = m_ast->getASTObjCInterfaceLayout(class_interface_decl);

Completed in 90 milliseconds