Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGObjCGNU.cpp1816 0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() - in GenerateClass()
3517 Context.getASTObjCImplementationLayout(OID).getSize().getQuantity(); in GenerateClass()
DCGObjCMac.cpp3532 CGM.getContext().getASTObjCImplementationLayout(ID).getSize(); in GenerateClass()
6461 CGM.getContext().getASTObjCImplementationLayout(OID); in GetClassSizeInfo()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h2416 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
/openbsd/src/gnu/llvm/clang/lib/AST/
DRecordLayoutBuilder.cpp3450 RL = &getASTObjCImplementationLayout(ID); in lookupFieldBitOffset()
DASTContext.cpp3010 ASTContext::getASTObjCImplementationLayout( in getASTObjCImplementationLayout() function in ASTContext