Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCRuntime.cpp45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container); in LookupFieldBitOffset()
HDCGObjCGNU.cpp2170 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
HDCGDebugInfo.cpp1714 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1781 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRecordLayoutBuilder.cpp1331 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
HDASTContext.cpp1691 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2065 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp3088 …const clang::ASTRecordLayout &interface_layout = ast->getASTObjCInterfaceLayout(class_interface_de… in GetObjCFieldAtIndex()
3577 …const clang::ASTRecordLayout &interface_layout = m_ast->getASTObjCInterfaceLayout(class_interface_… in GetChildClangTypeAtIndex()