Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3425 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple); in getASTRecordLayout()
3608 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD, in DumpRecordLayout() function
3662 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel, in DumpRecordLayout()
3686 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel, in DumpRecordLayout()
3723 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel, in DumpRecordLayout()
3753 void ASTContext::DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS, in DumpRecordLayout() function in ASTContext
3756 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr, in DumpRecordLayout()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2525 void DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,