Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1340 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
3136 RL = &getASTObjCInterfaceLayout(Container); in lookupFieldBitOffset()
H A DASTContext.cpp2010 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2134 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeUnadjustedAlign()
2608 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2170 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1709 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
3319 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
H A DCGDebugInfo.cpp2395 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5958 ast->getASTObjCInterfaceLayout(class_interface_decl); in GetObjCFieldAtIndex()
6765 getASTContext()->getASTObjCInterfaceLayout(class_interface_decl); in GetChildCompilerTypeAtIndex()