Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2304 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1810 0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() - in GenerateClass()
3432 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3390 RL = &getASTObjCImplementationLayout(ID); in lookupFieldBitOffset()
H A DASTContext.cpp2903 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext