Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container); in LookupFieldBitOffset()
H A DCGObjCGNU.cpp2169 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
H A DCGDebugInfo.cpp1710 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1720 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1309 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
H A DASTContext.cpp1657 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
1990 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext