Searched refs:DumpRecordLayout (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 3049 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple); in getASTRecordLayout() 3233 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD, in DumpRecordLayout() function 3287 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel, in DumpRecordLayout() 3311 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel, in DumpRecordLayout() 3345 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel, in DumpRecordLayout() 3370 void ASTContext::DumpRecordLayout(const RecordDecl *RD, in DumpRecordLayout() function in ASTContext 3374 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr, in DumpRecordLayout()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2173 void DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,
|