Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1822 0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() - in GenerateClass()
3631 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
H A DCGObjCMac.cpp3530 CGM.getContext().getASTObjCImplementationLayout(ID).getSize(); in GenerateClass()
6426 CGM.getContext().getASTObjCImplementationLayout(OID); in GetClassSizeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2533 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3511 RL = &getASTObjCImplementationLayout(ID); in lookupFieldBitOffset()
H A DASTContext.cpp3026 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext