Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1423 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
3398 RL = &getASTObjCInterfaceLayout(Container); in lookupFieldBitOffset()
H A DASTContext.cpp2272 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2409 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeUnadjustedAlign()
2913 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1809 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
3450 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
H A DCGDebugInfo.cpp2750 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2338 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5623 ast->getASTObjCInterfaceLayout(class_interface_decl); in GetObjCFieldAtIndex()
6277 getASTContext().getASTObjCInterfaceLayout(class_interface_decl); in GetChildCompilerTypeAtIndex()