Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h149 bool layoutRecordType(
262 bool layoutRecordType( in layoutRecordType() function
269 return m_original.layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
H A DClangASTSource.cpp1709 bool ClangASTSource::layoutRecordType(const RecordDecl *record, uint64_t &size, in layoutRecordType() function in ClangASTSource
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h51 layoutRecordType(const RecordDecl *Record,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp76 bool ClangExternalASTSourceCallbacks::layoutRecordType( in layoutRecordType() function in ClangExternalASTSourceCallbacks
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp75 bool ExternalASTSource::layoutRecordType( in layoutRecordType() function in ExternalASTSource
H A DRecordLayoutBuilder.cpp1274 UseExternalLayout = Source->layoutRecordType( in InitializeLayout()
2493 UseExternalLayout = Source->layoutRecordType( in initializeLayout()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h99 bool layoutRecordType(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp181 bool MultiplexExternalSemaSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType() function in MultiplexExternalSemaSource
188 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h185 layoutRecordType(const RecordDecl *Record,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp156 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType() function in LayoutOverrideSource
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h301 virtual bool layoutRecordType(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp129 bool layoutRecordType( in layoutRecordType() function in lldb_private::AppleObjCExternalASTSource