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

/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h56 layoutRecordType(const RecordDecl *Record,
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp63 bool ExternalASTSource::layoutRecordType( function in class:ExternalASTSource
H A DRecordLayoutBuilder.cpp1357 UseExternalLayout = Source->layoutRecordType(
2795 UseExternalLayout = Source->layoutRecordType(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h41 bool layoutRecordType(
H A DClangASTSource.h136 bool layoutRecordType(
234 bool layoutRecordType(
241 return m_original.layoutRecordType(Record, Size, Alignment, FieldOffsets,
H A DClangExternalASTSourceCallbacks.cpp29 bool ClangExternalASTSourceCallbacks::layoutRecordType( function in class:ClangExternalASTSourceCallbacks
H A DASTUtils.h122 bool layoutRecordType(
129 return m_Source->layoutRecordType(Record, Size, Alignment, FieldOffsets,
405 bool layoutRecordType(
413 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets,
H A DClangASTSource.cpp1475 bool ClangASTSource::layoutRecordType(const RecordDecl *record, uint64_t &size, function in class:ClangASTSource
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h183 layoutRecordType(const RecordDecl *Record,
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp180 bool MultiplexExternalSemaSource::layoutRecordType(const RecordDecl *Record, function in class:MultiplexExternalSemaSource
187 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets,
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp192 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, function in class:LayoutOverrideSource
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h268 virtual bool layoutRecordType(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp111 bool layoutRecordType(

Completed in 101 milliseconds