Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1423 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
3392 RL = &getASTObjCInterfaceLayout(Container); in lookupFieldBitOffset()
H A DASTContext.cpp2257 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2394 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeUnadjustedAlign()
2898 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2293 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1806 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
3447 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
H A DCGDebugInfo.cpp2769 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()