Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1425 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
3439 RL = &getASTObjCInterfaceLayout(Container); in lookupFieldBitOffset()
H A DASTContext.cpp2298 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2444 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeUnadjustedAlign()
2994 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1812 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
3532 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
H A DCGDebugInfo.cpp2877 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2423 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5664 ast->getASTObjCInterfaceLayout(class_interface_decl); in GetObjCFieldAtIndex()
6318 getASTContext().getASTObjCInterfaceLayout(class_interface_decl); in GetChildCompilerTypeAtIndex()