Home
last modified time | relevance | path

Searched refs:getASTObjCImplementationLayout (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp43 RL = &CGM.getContext().getASTObjCImplementationLayout(ID); in LookupFieldBitOffset()
H A DCGObjCMac.cpp3279 CGM.getContext().getASTObjCImplementationLayout(ID).getSize(); in GenerateClass()
5968 CGM.getContext().getASTObjCImplementationLayout(OID); in GetClassSizeInfo()
H A DCGObjCGNU.cpp2196 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1903 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2490 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h2464 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h2464 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h2450 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp2138 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext