Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1432 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); in Layout()
3513 RL = &getASTObjCInterfaceLayout(Container); in lookupFieldBitOffset()
H A DASTContext.cpp2296 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()
2441 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeUnadjustedAlign()
3021 ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) const { in getASTObjCInterfaceLayout() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1818 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
3646 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity(); in GenerateClass()
H A DCGDebugInfo.cpp3162 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2522 const ASTRecordLayout &getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D)
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5679 ast->getASTObjCInterfaceLayout(class_interface_decl); in GetObjCFieldAtIndex()
6371 getASTContext().getASTObjCInterfaceLayout(class_interface_decl); in GetChildCompilerTypeAtIndex()