Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1813 0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() - in GenerateClass()
3435 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
H A DCGObjCMac.cpp3592 CGM.getContext().getASTObjCImplementationLayout(ID).getSize(); in GenerateClass()
6506 CGM.getContext().getASTObjCImplementationLayout(OID); in GetClassSizeInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2349 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3396 RL = &getASTObjCImplementationLayout(ID); in lookupFieldBitOffset()
H A DASTContext.cpp2918 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext