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.h138 bool layoutRecordType(
237 bool layoutRecordType( in layoutRecordType() function
244 return m_original.layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
H A DASTUtils.h144 bool layoutRecordType( in layoutRecordType() function
151 return m_Source->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
467 bool layoutRecordType( in layoutRecordType() function
475 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
H A DClangExternalASTSourceCallbacks.h49 bool layoutRecordType(
H A DClangExternalASTSourceCallbacks.cpp30 bool ClangExternalASTSourceCallbacks::layoutRecordType( in layoutRecordType() function in ClangExternalASTSourceCallbacks
H A DClangASTSource.cpp1349 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.cpp65 bool ExternalASTSource::layoutRecordType( in layoutRecordType() function in ExternalASTSource
H A DRecordLayoutBuilder.cpp1353 UseExternalLayout = Source->layoutRecordType( in InitializeLayout()
2798 UseExternalLayout = Source->layoutRecordType( in initializeLayout()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp207 bool MultiplexExternalSemaSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType() function in MultiplexExternalSemaSource
214 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets, in layoutRecordType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h192 layoutRecordType(const RecordDecl *Record,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h298 virtual bool layoutRecordType(
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp112 bool layoutRecordType( in layoutRecordType() function in lldb_private::AppleObjCExternalASTSource