Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp43 RL = &CGM.getContext().getASTObjCImplementationLayout(ID); in LookupFieldBitOffset()
H A DCGObjCMac.cpp3024 CGM.getContext().getASTObjCImplementationLayout(ID).getSize().getQuantity(); in GenerateClass()
5708 CGM.getContext().getASTObjCImplementationLayout(OID); in GetClassSizeInfo()
H A DCGObjCGNU.cpp2157 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1731 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1995 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext