Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1816 0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() - in GenerateClass()
3517 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
H A DCGObjCMac.cpp3527 CGM.getContext().getASTObjCImplementationLayout(ID).getSize(); in GenerateClass()
6453 CGM.getContext().getASTObjCImplementationLayout(OID); in GetClassSizeInfo()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2434 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3437 RL = &getASTObjCImplementationLayout(ID); in lookupFieldBitOffset()
H A DASTContext.cpp2999 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext