Home
last modified time | relevance | path

Searched refs:layoutRecordType (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h136 bool layoutRecordType(
234 bool layoutRecordType( in layoutRecordType() function
241 return m_original.layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
H A DASTUtils.h121 bool layoutRecordType( in layoutRecordType() function
128 return m_Source->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
404 bool layoutRecordType( in layoutRecordType() function
412 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
H A DClangExternalASTSourceCallbacks.h40 bool layoutRecordType(
H A DClangExternalASTSourceCallbacks.cpp28 bool ClangExternalASTSourceCallbacks::layoutRecordType( in layoutRecordType() function in ClangExternalASTSourceCallbacks
H A DClangASTSource.cpp1487 bool ClangASTSource::layoutRecordType(const RecordDecl *record, uint64_t &size, in layoutRecordType() function in ClangASTSource
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h50 layoutRecordType(const RecordDecl *Record,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp63 bool ExternalASTSource::layoutRecordType( in layoutRecordType() function in ExternalASTSource
H A DRecordLayoutBuilder.cpp1355 UseExternalLayout = Source->layoutRecordType( in InitializeLayout()
2725 UseExternalLayout = Source->layoutRecordType( in initializeLayout()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp174 bool MultiplexExternalSemaSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType() function in MultiplexExternalSemaSource
181 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h184 layoutRecordType(const RecordDecl *Record,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp155 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType() function in LayoutOverrideSource
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h268 virtual bool layoutRecordType(
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp113 bool layoutRecordType( in layoutRecordType() function in lldb_private::AppleObjCExternalASTSource