Home
last modified time | relevance | path

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

/freebsd/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.h128 bool layoutRecordType( in layoutRecordType() function
135 return m_Source->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
411 bool layoutRecordType( in layoutRecordType() function
419 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
H A DClangExternalASTSourceCallbacks.h47 bool layoutRecordType(
H A DClangExternalASTSourceCallbacks.cpp30 bool ClangExternalASTSourceCallbacks::layoutRecordType( in layoutRecordType() function in ClangExternalASTSourceCallbacks
H A DClangASTSource.cpp1348 bool ClangASTSource::layoutRecordType( in layoutRecordType() function in ClangASTSource
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h56 layoutRecordType(const RecordDecl *Record,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp63 bool ExternalASTSource::layoutRecordType( in layoutRecordType() function in ExternalASTSource
H A DRecordLayoutBuilder.cpp1364 UseExternalLayout = Source->layoutRecordType( in InitializeLayout()
2807 UseExternalLayout = Source->layoutRecordType( in initializeLayout()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp180 bool MultiplexExternalSemaSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType() function in MultiplexExternalSemaSource
187 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h183 layoutRecordType(const RecordDecl *Record,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h270 virtual bool layoutRecordType(
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp111 bool layoutRecordType( in layoutRecordType() function in lldb_private::AppleObjCExternalASTSource