reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2205 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
2096 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); 2224 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl());tools/clang/lib/AST/RecordLayoutBuilder.cpp
1354 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); 3193 RL = &getASTObjCInterfaceLayout(Container);tools/clang/lib/CodeGen/CGDebugInfo.cpp
2518 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID);
tools/clang/lib/CodeGen/CGObjCGNU.cpp1792 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); 3420 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();tools/lldb/source/Symbol/ClangASTContext.cpp
5929 ast->getASTObjCInterfaceLayout(class_interface_decl); 6739 getASTContext()->getASTObjCInterfaceLayout(class_interface_decl);