Home
last modified time | relevance | path

Searched refs:DumpRecordLayout (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3413 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple); in getASTRecordLayout()
3596 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD, in DumpRecordLayout() function
3650 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel, in DumpRecordLayout()
3674 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel, in DumpRecordLayout()
3711 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel, in DumpRecordLayout()
3741 void ASTContext::DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS, in DumpRecordLayout() function in ASTContext
3744 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr, in DumpRecordLayout()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2442 void DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,