Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2181 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1713 0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() - in GenerateClass()
3304 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
H A DCGObjCMac.cpp3483 CGM.getContext().getASTObjCImplementationLayout(ID).getSize(); in GenerateClass()
6265 CGM.getContext().getASTObjCImplementationLayout(OID); in GetClassSizeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3134 RL = &getASTObjCImplementationLayout(ID); in lookupFieldBitOffset()
H A DASTContext.cpp2613 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext