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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2973 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple);
3122 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD, function
3176 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel,
3200 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel,
3234 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel,
3259 void ASTContext::DumpRecordLayout(const RecordDecl *RD, function in class:ASTContext
3263 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1875 void DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,

Completed in 109 milliseconds