Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container); in LookupFieldBitOffset()
H A DCGObjCGNU.cpp2208 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
H A DCGDebugInfo.cpp1960 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1892 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2479 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h2453 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h2453 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h2439 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1327 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
H A DASTContext.cpp1741 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2133 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext